Merge branch 'lr/doc-fix-cet' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2017 23:19:07 +0000 (15:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2017 23:19:08 +0000 (15:19 -0800)
* lr/doc-fix-cet:
date-formats.txt: Typo fix

1  2 
Documentation/date-formats.txt
index 35e8da201005dee34b75c87aebf720a8f7300a9c,80307ed36c75849fa294c176cd603c0a934eb70c..6926e0a4c86a0c8396d9cca4942a81bbb8e7dc85
@@@ -1,7 -1,7 +1,7 @@@
  DATE FORMATS
  ------------
  
 -The GIT_AUTHOR_DATE, GIT_COMMITTER_DATE environment variables
 +The `GIT_AUTHOR_DATE`, `GIT_COMMITTER_DATE` environment variables
  ifdef::git-commit[]
  and the `--date` option
  endif::git-commit[]
@@@ -11,7 -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