Merge pull request #16672 from teuneboon/patch-1
Clarify text about date format range
This commit is contained in:
parent
8f68c64f68
commit
00b9640208
|
@ -57,15 +57,15 @@ The following tables lists all the defaults ISO formats supported:
|
||||||
`epoch_millis`::
|
`epoch_millis`::
|
||||||
|
|
||||||
A formatter for the number of milliseconds since the epoch. Note, that
|
A formatter for the number of milliseconds since the epoch. Note, that
|
||||||
this timestamp allows a max length of 13 chars, so dates older than 1653
|
this timestamp allows a max length of 13 chars, so only dates between 1653
|
||||||
and 2286 are not supported. You should use a different date formatter in
|
and 2286 are supported. You should use a different date formatter in
|
||||||
that case.
|
that case.
|
||||||
|
|
||||||
`epoch_second`::
|
`epoch_second`::
|
||||||
|
|
||||||
A formatter for the number of seconds since the epoch. Note, that this
|
A formatter for the number of seconds since the epoch. Note, that this
|
||||||
timestamp allows a max length of 10 chars, so dates older than 1653 and
|
timestamp allows a max length of 10 chars, so only dates between 1653 and
|
||||||
2286 are not supported. You should use a different date formatter in that
|
2286 are supported. You should use a different date formatter in that
|
||||||
case.
|
case.
|
||||||
|
|
||||||
[[strict-date-time]]`date_optional_time` or `strict_date_optional_time`::
|
[[strict-date-time]]`date_optional_time` or `strict_date_optional_time`::
|
||||||
|
|
Loading…
Reference in New Issue