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


Time-TAI documentation  | view source Contained in the Time-TAI distribution.

Index


NAME

Top

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

SYNOPSIS

Top

	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);

DESCRIPTION

Top

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

CONSTRUCTOR

Top

Normally one won't use this constructor directly. See the tt_realisation function in Time::TT.

Time::TAI::Realisation_TAI->new

Returns the sole object of this class.

METHODS

Top

$rln->to_tai(INSTANT)
$rln->from_tai(TAI_INSTANT)

These methods are part of the standard Time::TT::Realisation interface.

SEE ALSO

Top

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

AUTHOR

Top

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

COPYRIGHT

Top

LICENSE

Top

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


Time-TAI documentation  | view source Contained in the Time-TAI distribution.