Show the epoch: Difference between revisions

m
(added RPL)
m (→‎{{header|Wren}}: Minor tidy)
Line 1,201:
{{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.
<syntaxhighlight lang="ecmascriptwren">import "./date" for Date
 
Date.default = Date.isoFull
9,487

edits