pub struct TCG;Expand description
Geocentric Coordinate Time — the coordinate time for the GCRS.
TCG is the proper time experienced by a clock at the geocenter, free from the gravitational time dilation of the Earth’s potential.
The defining relation (IAU 2000 Resolution B1.9) is:
dTT / dTCG = 1 − L_Gwhere L_G = 6.969 290 134 × 10⁻¹⁰ is an IAU defining constant. Integrating:
TT = TCG − L_G × (JD_TCG − T₀)with T₀ = 2 443 144.500 372 5 (JD of 1977 January 1.0 TAI in the TCG scale).
§References
- IAU 2000 Resolution B1.9
- IERS Conventions (2010), §1.2
Trait Implementations§
Source§impl PartialOrd for TCG
impl PartialOrd for TCG
impl Copy for TCG
impl StructuralPartialEq for TCG
Auto Trait Implementations§
impl Freeze for TCG
impl RefUnwindSafe for TCG
impl Send for TCG
impl Sync for TCG
impl Unpin for TCG
impl UnsafeUnpin for TCG
impl UnwindSafe for TCG
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more