Constant chrono::naive::date::MAX [] [src]

pub const MAX: NaiveDate = NaiveDate{ymdf: MAX_YEAR << 13 | 365 << 4 | 15,}

The maximum possible NaiveDate (December 31, 262143 CE).