|
@@ -66,10 +66,17 @@ The following tables lists all the defaults ISO formats supported:
|
|
|
|
|
|
[[strict-date-time]]`date_optional_time` or `strict_date_optional_time`::
|
|
|
|
|
|
- A generic ISO datetime parser where the date, in `year_month_day` format, is
|
|
|
- mandatory and the time, separated by `T`, is optional.
|
|
|
+ A generic ISO datetime parser, where the date must include the year at a minimum, and the time
|
|
|
+ (separated by `T`), is optional.
|
|
|
Examples: `yyyy-MM-dd'T'HH:mm:ss.SSSZ` or `yyyy-MM-dd`.
|
|
|
|
|
|
+[[strict-date-time-nanos]]`strict_date_optional_time_nanos`::
|
|
|
+
|
|
|
+ A generic ISO datetime parser, where the date must include the year at a minimum, and the time
|
|
|
+ (separated by `T`), is optional. The fraction of a second
|
|
|
+ part has a nanosecond resolution.
|
|
|
+ Examples: `yyyy-MM-dd'T'HH:mm:ss.SSSSSSZ` or `yyyy-MM-dd`.
|
|
|
+
|
|
|
`basic_date`::
|
|
|
|
|
|
A basic formatter for a full date as four digit year, two digit month of
|