Constant chrono::naive::MAX_DATE[][src]

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

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