use-epoch
Primitive astronomical epoch vocabulary.
use-epoch models descriptive epoch kinds, labeled astronomical epochs, Julian dates, and modified Julian dates. It does not convert UTC, TDB, TT, or TAI; calculate sidereal time; fetch ephemeris data; or implement precise astronomy time systems.
use ;
let epoch = j2000;
let julian_date = new.unwrap;
let modified_julian_date = new.unwrap;
assert_eq!;
assert_eq!;
assert_eq!;