MIN_YEAR
MIN_YEAR is one year more than the type is capable of representing. Internally we may sometimes
use the headroom, notably to handle cases where the offset of a DateTime constructed with
NaiveDate::MIN pushes it beyond the valid, representable range.
Fully qualified path: chrono::date::MIN_YEAR
pub const MIN_YEAR: u32 = 0;