Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
date-formats.txt: Typo fix
author
Luis Ressel
<aranea@aixah.de>
Mon, 12 Dec 2016 16:45:02 +0000
(17:45 +0100)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0b65a8d
)
diff --git
a/Documentation/date-formats.txt
b/Documentation/date-formats.txt
index ccd1fc8122a74be4ac04fd7be905ebf881f7413b..80307ed36c75849fa294c176cd603c0a934eb70c 100644
(file)
--- 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 `+02
00`.
+ For example CET (which is
1 hour ahead of UTC) is `+01
00`.
RFC 2822::
The standard email format as described by RFC 2822, for example