summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-01-17 15:19:07 -0800
committerJunio C Hamano <gitster@pobox.com>2017-01-17 15:19:08 -0800
commit34d5a66a611d6fc09a385ba0c847159437e0993d (patch)
tree0173f400f4fe0abeb7e04052b515e41c2eec4614
parent1fb4a1126a137a032e789bb4ab2c437d281cf6c0 (diff)
parente2c20be57ce054f4446443b896686cdc2636b57f (diff)
downloadgit-34d5a66a611d6fc09a385ba0c847159437e0993d.tar.gz
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