NaiveTime
NaiveTime
A time of day, without a timezone.
midnight : NaiveTime
Y'know, the time of day, or rather time of night.
fromHmsn : U8, U8, U8, U32 -> Result NaiveTime [InvalidTime]
Convert a number of hours, minutes, seconds, and nanoseconds into a NaiveTime.
fromHms : U8, U8, U8 -> Result NaiveTime [InvalidTime]
Convert a number of hours, minutes, and seconds into a NaiveTime.
toIsoStr : NaiveTime -> Str
toIsoStr