summaryrefslogtreecommitdiffstats
path: root/date-formats.txt
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 /date-formats.txt
parent864182b6457faf2455894d9a200acda0751f3c80 (diff)
downloadgit-htmldocs-dd4c178beaaa13be1f0211908f194c136b341973.tar.gz
Autogenerated HTML docs for v2.26.2-561-g07d8ea
Diffstat (limited to 'date-formats.txt')
-rw-r--r--date-formats.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/date-formats.txt b/date-formats.txt
index 6926e0a4c..7e7eaba64 100644
--- a/date-formats.txt
+++ b/date-formats.txt
@@ -20,7 +20,10 @@ RFC 2822::
ISO 8601::
Time and date specified by the ISO 8601 standard, for example
`2005-04-07T22:13:13`. The parser accepts a space instead of the
- `T` character as well.
+ `T` character as well. Fractional parts of a second will be ignored,
+ for example `2005-04-07T22:13:13.019` will be treated as
+ `2005-04-07T22:13:13`
+
+
NOTE: In addition, the date part is accepted in the following formats:
`YYYY.MM.DD`, `MM/DD/YYYY` and `DD.MM.YYYY`.