
Time::TAI::Realisation_TAI - TAI as a realisation of TT

use Time::TAI::Realisation_TAI;
$rln = Time::TAI::Realisation_TAI->new;
$tai_instant = $rln->to_tai($instant);
$instant = $rln->from_tai($tai_instant);
$rln1_instant = $rln0->to_realisation($rln1, $rln0_instant);
$rln0_instant = $rln0->from_realisation($rln1, $rln1_instant);

This class implements the realisation of Terrestrial Time (TT) provided by International Atomic Time (TAI). See Time::TT::Realisation for the interface.

Normally one won't use this constructor directly. See the tt_realisation function in Time::TT.
Returns the sole object of this class.

Time::TT, Time::TT::Realisation

Andrew Main (Zefram) <zefram@fysh.org>

Copyright (C) 2006, 2007 Andrew Main (Zefram) <zefram@fysh.org>
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.