summaryrefslogtreecommitdiffstats
path: root/git-tag.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-11-12 15:22:57 -0800
committerJunio C Hamano <gitster@pobox.com>2013-11-12 15:22:57 -0800
commite3acfb85c234b3debc7225a9171ab370e24e0324 (patch)
tree7c626e30fa9b1fc2c03c5ec2c402fa18d9f26a4e /git-tag.html
parentca1814fe2e4f6e66e4cb81a0bb0e490569a6902c (diff)
downloadgit-htmldocs-e3acfb85c234b3debc7225a9171ab370e24e0324.tar.gz
Autogenerated HTML docs for v1.8.5-rc1-28-g70615
Diffstat (limited to 'git-tag.html')
-rw-r--r--git-tag.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-tag.html b/git-tag.html
index bae1c6027..3494987d2 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -1146,9 +1146,9 @@ Git internal format
</dt>
<dd>
<p>
- It is <code>&lt;unix timestamp&gt; &lt;timezone offset&gt;</code>, where <code>&lt;unix
+ It is <code>&lt;unix timestamp&gt; &lt;time zone offset&gt;</code>, where <code>&lt;unix
timestamp&gt;</code> is the number of seconds since the UNIX epoch.
- <code>&lt;timezone offset&gt;</code> is a positive or negative offset from UTC.
+ <code>&lt;time zone offset&gt;</code> is a positive or negative offset from UTC.
For example CET (which is 2 hours ahead UTC) is <code>+0200</code>.
</p>
</dd>