Closed kyle-cochran closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.70%. Comparing base (
0f03443
) to head (3ba4f01
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add a utility function that lets us do:
Instant.parse("2021-12-02 00:00:00.000", Scale.UTC)
instead of:Instant.date_time(DateTime.parse("2021-12-02 00:00:00.000", Scale.UTC))
Also adds a shortcut for the GPS epoch, which is Jan 6, 1980 UTC
Instant.GPS_epoch()