From 04d1216aeb3cc42e2d00319e6a7eb0f7a648173b Mon Sep 17 00:00:00 2001
From: inference All dates and times across my services are
- ISO 8601-compliant. The
- short-form format Date and Time
YYYY-MM-DD
is used for dates, and
- hh:mm:ss
is used for times, with display of seconds being based on
- required level of accuracy. The full expression may be used when necessary;
+ ISO 8601-compliant.
+ The short-form format YYYY-MM-DD
is used for
+ dates, and hh:mm:ss
is used for times, with
+ display of seconds being based on required level of
+ accuracy. The full expression may be used when necessary;
YYYYMMDDThhmmssZ
(UTC without offset),
YYYYMMDDThhmmss+hhmm
(with positive offset), or
- YYYYMMDDThhmmss-hhmm
(with negative offset).YYYYMMDDThhmmss-hhmm
(with negative
+ offset).