summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Ressel <aranea@aixah.de>2016-12-12 17:45:02 +0100
committerJunio C Hamano <gitster@pobox.com>2016-12-12 11:09:51 -0800
commite2c20be57ce054f4446443b896686cdc2636b57f (patch)
tree872c9d3144607879bb130e874835c09a35bea101
parent0b65a8dbdb38962e700ee16776a3042beb489060 (diff)
downloadgit-lr/doc-fix-cet.tar.gz
date-formats.txt: Typo fixlr/doc-fix-cet
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>
-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 ccd1fc8122..80307ed36c 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