date-formats.txt: Typo fix
Last time I checked, I was living in the UTC+01:00 time zone. UTC+02:00 would be Central European _Summer_ Time. Signed-off-by: Luis Ressel <aranea@aixah.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Luis Ressel committed
Dec 12, 2016 at 17:45 UTC
e2c20be57ce054f4446443b896686cdc2636b57f
1 file changed
+1
-1
Documentation/date-formats.txt
+1
-1
@@ -11,7 +11,7 @@ Git internal format::
11
It is `<unix timestamp> <time zone offset>`, where `<unix
12
timestamp>` is the number of seconds since the UNIX epoch.
13
`<time zone offset>` is a positive or negative offset from UTC.
14
- For example CET (which is 2 hours ahead UTC) is `+0200`.
14
+ For example CET (which is 1 hour ahead of UTC) is `+0100`.
15
16
RFC 2822::
17
The standard email format as described by RFC 2822, for example