mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
11 lines
297 B
PHP
11 lines
297 B
PHP
|
Date and Time
|
||
|
~~~~~~~~~~~~~
|
||
|
|
||
|
We format date and time conforming to ISO-8601, that is: YYYY-MM-DD and
|
||
|
HH:MM:SS (24h clock).
|
||
|
|
||
|
For more information about that, see: https://xkcd.com/1179/
|
||
|
|
||
|
Unless otherwise noted, we display local date and time.
|
||
|
Internally, we store and process date and time as UTC.
|