Name Description Size
mod.rs ISO 8601 calendar date without timezone. The implementation is optimized for determining year, month, day and day of week. Format of `NaiveDate`: `YYYY_YYYY_YYYY_YYYY_YYYO_OOOO_OOOO_LWWW` `Y`: Year `O`: Ordinal `L`: leap year flag (1 = common year, 0 is leap year) `W`: weekday before the first day of the year `LWWW`: will also be referred to as the year flags (`F`) 92501
tests.rs 34364