chrono::naive::date::MIN [] [src]

pub const MIN: NaiveDate = NaiveDate { ymdf: (MIN_YEAR << 13) | (1 << 4) | 0o07 /*FE*/ }

The minimum possible NaiveDate (January 1, 262145 BCE).