summaryrefslogtreecommitdiffstats
path: root/git-tag.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-05-05 15:34:54 -0700
committerJunio C Hamano <gitster@pobox.com>2020-05-05 15:34:54 -0700
commitdd4c178beaaa13be1f0211908f194c136b341973 (patch)
tree913c92c681821615c8ec888da5b01be471afdfcc /git-tag.html
parent864182b6457faf2455894d9a200acda0751f3c80 (diff)
downloadgit-htmldocs-dd4c178beaaa13be1f0211908f194c136b341973.tar.gz
Autogenerated HTML docs for v2.26.2-561-g07d8ea
Diffstat (limited to 'git-tag.html')
-rw-r--r--git-tag.html16
1 files changed, 6 insertions, 10 deletions
diff --git a/git-tag.html b/git-tag.html
index 1a412acd7..3fc8c8d65 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -1293,19 +1293,15 @@ ISO 8601
<p>
Time and date specified by the ISO 8601 standard, for example
<code>2005-04-07T22:13:13</code>. The parser accepts a space instead of the
- <code>T</code> character as well.
+ <code>T</code> character as well. Fractional parts of a second will be ignored,
+ for example <code>2005-04-07T22:13:13.019</code> will be treated as
+ <code>2005-04-07T22:13:13</code>
</p>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<div class="title">Note</div>
-</td>
-<td class="content">In addition, the date part is accepted in the following formats:
-<code>YYYY.MM.DD</code>, <code>MM/DD/YYYY</code> and <code>DD.MM.YYYY</code>.</td>
-</tr></table>
-</div>
</dd>
</dl></div>
+<div class="paragraph"><p>+
+NOTE: In addition, the date part is accepted in the following formats:
+<code>YYYY.MM.DD</code>, <code>MM/DD/YYYY</code> and <code>DD.MM.YYYY</code>.</p></div>
</div>
</div>
<div class="sect1">