summaryrefslogtreecommitdiff
path: root/Documentation/date-formats.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-12-05 14:11:11 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-12-05 14:11:20 -0800
commit15a42a10ec71eb18983750562a2a8a43b224fef0 (patch)
tree2c208dd06917ffc4361cee469bfd3d9b7e5405cb /Documentation/date-formats.txt
parentstop installing git-tar-tree link (diff)
parentGit 1.8.5 (diff)
downloadtgif-15a42a10ec71eb18983750562a2a8a43b224fef0.tar.xz
Sync with 1.8.5
Diffstat (limited to 'Documentation/date-formats.txt')
-rw-r--r--Documentation/date-formats.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/date-formats.txt b/Documentation/date-formats.txt
index c000f08a9d..ccd1fc8122 100644
--- a/Documentation/date-formats.txt
+++ b/Documentation/date-formats.txt
@@ -8,9 +8,9 @@ endif::git-commit[]
support the following date formats:
Git internal format::
- It is `<unix timestamp> <timezone offset>`, where `<unix
+ It is `<unix timestamp> <time zone offset>`, where `<unix
timestamp>` is the number of seconds since the UNIX epoch.
- `<timezone offset>` is a positive or negative offset from UTC.
+ `<time zone offset>` is a positive or negative offset from UTC.
For example CET (which is 2 hours ahead UTC) is `+0200`.
RFC 2822::