diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-12-19 14:45:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-19 14:45:41 -0800 |
commit | b07c4e9b2478c6500ed227da970356ef68286240 (patch) | |
tree | 2b8aa6ff50070fd0901fec51767c7cf894526609 /Documentation/date-formats.txt | |
parent | 2d91cb79355077c69b9dc9a7df1a6df2924ee462 (diff) | |
parent | e2c20be57ce054f4446443b896686cdc2636b57f (diff) | |
download | git-b07c4e9b2478c6500ed227da970356ef68286240.tar.gz |
Merge branch 'lr/doc-fix-cet'
* lr/doc-fix-cet:
date-formats.txt: Typo fix
Diffstat (limited to 'Documentation/date-formats.txt')
-rw-r--r-- | Documentation/date-formats.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/date-formats.txt b/Documentation/date-formats.txt index 35e8da2010..6926e0a4c8 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 |