//! Utility date and time equations for Temporal
pub use epoch_days_from_gregorian_date;
// NOTE: Potentially add more of tests.
// ==== Begin Date Equations ====
pub const MS_PER_HOUR: i64 = 3_600_000;
pub const MS_PER_MINUTE: i64 = 60_000;
pub use ;
// ==== End Calendar Equations ====