Skip to content

Commit

Permalink
Update UT1 test from JPL data
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Nov 18, 2023
1 parent 3ba8fb5 commit b18ad4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ut1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ fn test_ut1_from_jpl() {
let ut1_epoch = epoch.to_ut1(provider);
assert_eq!(
format!("{:x}", ut1_epoch),
"2022-01-03T03:05:06.679020600 TAI",
"2022-01-03T03:05:43.789100000 TAI",
);
}

0 comments on commit b18ad4b

Please sign in to comment.