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