summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-01-17 15:19:07 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-01-17 15:19:08 -0800
commit34d5a66a611d6fc09a385ba0c847159437e0993d (patch)
tree0173f400f4fe0abeb7e04052b515e41c2eec4614
parentMerge branch 'sb/t3600-cleanup' into maint (diff)
parentdate-formats.txt: Typo fix (diff)
downloadtgif-34d5a66a611d6fc09a385ba0c847159437e0993d.tar.xz
Merge branch 'lr/doc-fix-cet' into maint
* lr/doc-fix-cet: date-formats.txt: Typo fix
-rw-r--r--Documentation/date-formats.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/date-formats.txt b/Documentation/date-formats.txt
index 35e8da2010..6926e0a4c8 100644
--- a/Documentation/date-formats.txt
+++ b/Documentation/date-formats.txt
@@ -11,7 +11,7 @@ Git internal format::
It is `<unix timestamp> <time zone offset>`, where `<unix
timestamp>` is the number of seconds since the UNIX epoch.
`<time zone offset>` is a positive or negative offset from UTC.
- For example CET (which is 2 hours ahead UTC) is `+0200`.
+ For example CET (which is 1 hour ahead of UTC) is `+0100`.
RFC 2822::
The standard email format as described by RFC 2822, for example