NaiveDateTime
NaiveDateTime : { naiveDate : NaiveDate.NaiveDate, naiveTime : NaiveTime.NaiveTime }
A date and time without a timezone.
unixEpoch : NaiveDateTime
The Unix epoch, 1970-01-01T00:00:00.
fromYmdhmsn : I64, U8, U8, U8, U8, U8, U32 -> Result NaiveDateTime [InvalidDateTime]
Convert a year, month, day, hour, minute, second, and nanosecond to a NaiveDateTime.
fromYmdhms : I64, U8, U8, U8, U8, U8 -> Result NaiveDateTime [InvalidDateTime]
Convert a year, month, day, hour, minute, and second to a NaiveDateTime.