]> git.ipfire.org Git - thirdparty/git.git/commitdiff
date-formats.txt: Typo fix
authorLuis Ressel <aranea@aixah.de>
Mon, 12 Dec 2016 16:45:02 +0000 (17:45 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Dec 2016 19:09:51 +0000 (11:09 -0800)
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>
Documentation/date-formats.txt

index ccd1fc8122a74be4ac04fd7be905ebf881f7413b..80307ed36c75849fa294c176cd603c0a934eb70c 100644 (file)
@@ -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