You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fn main() {
println!("{}", Epoch::from_str("1700-01-01T00:00:00 TAI").unwrap());
// prints 1799-12-32T00:00:00 UTC
println!("{}", Epoch::from_str("1799-01-01T00:00:00 TAI").unwrap());
// prints 1898-12-31T00:00:00 UTC
}