summaryrefslogtreecommitdiffstats
path: root/date-formats.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-12-19 16:18:36 -0800
committerJunio C Hamano <gitster@pobox.com>2016-12-19 16:18:36 -0800
commit52b1cfba6ed4a0278108ca4deaf3f7646abd1fbb (patch)
treed192843d5b628529a7b62665db83e4e79e1c347d /date-formats.txt
parent18a1532395f7adb2f9972cdc8551b3fa13f2a4a4 (diff)
downloadgit-htmldocs-52b1cfba6ed4a0278108ca4deaf3f7646abd1fbb.tar.gz
Autogenerated HTML docs for v2.11.0-161-g6610a
Diffstat (limited to 'date-formats.txt')
-rw-r--r--date-formats.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/date-formats.txt b/date-formats.txt
index 35e8da201..6926e0a4c 100644
--- a/date-formats.txt
+++ b/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