Show the epoch: Difference between revisions

Content added Content deleted
(added RPL)
m (→‎{{header|Wren}}: Minor tidy)
Line 1,201: Line 1,201:
{{libheader|Wren-date}}
{{libheader|Wren-date}}
The epoch (or zero date/time) for the above module is midnight on 1st January, 0001 UTC according to the Gregorian proleptic calendar, though it can also cater for the Unix epoch as well.
The epoch (or zero date/time) for the above module is midnight on 1st January, 0001 UTC according to the Gregorian proleptic calendar, though it can also cater for the Unix epoch as well.
<syntaxhighlight lang="ecmascript">import "/date" for Date
<syntaxhighlight lang="wren">import "./date" for Date


Date.default = Date.isoFull
Date.default = Date.isoFull