fn checked_sub_with_leapsecond(
lhs: &NaiveDateTime,
rhs: &FixedOffset,
) -> Option<NaiveDateTime>Expand description
Checked subtraction that is missing from chrono. Adapt its methods here but add a check.
fn checked_sub_with_leapsecond(
lhs: &NaiveDateTime,
rhs: &FixedOffset,
) -> Option<NaiveDateTime>Checked subtraction that is missing from chrono. Adapt its methods here but add a check.