2020-03-16 14:17:16 -04:00
|
|
|
Date and Time
|
|
|
|
|
~~~~~~~~~~~~~
|
|
|
|
|
|
2025-08-23 18:21:57 -04:00
|
|
|
We format date and time in accordance with ISO 8601, that is: YYYY-MM-DD and
|
|
|
|
|
HH:MM:SS (24-hour clock).
|
2020-03-16 14:17:16 -04:00
|
|
|
|
2025-08-23 18:21:57 -04:00
|
|
|
For more information, see: https://xkcd.com/1179/
|
2020-03-16 14:17:16 -04:00
|
|
|
|
|
|
|
|
Unless otherwise noted, we display local date and time.
|
|
|
|
|
Internally, we store and process date and time as UTC.
|
2024-07-30 17:49:50 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: TIMESPAN
|
|
|
|
|
|
2025-01-08 12:48:10 -05:00
|
|
|
Some options accept a TIMESPAN parameter, which can be given as a number of
|
|
|
|
|
years (e.g. ``2y``), months (e.g. ``12m``), weeks (e.g. ``2w``),
|
2025-09-04 14:29:43 -04:00
|
|
|
days (e.g. ``7d``), hours (e.g. ``8H``), minutes (e.g. ``30M``),
|
|
|
|
|
or seconds (e.g. ``150S``).
|