Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

DateTime::LeapSecond

Name DateTime::LeapSecond
Version 1.50
Located at /usr/lib64/perl5/vendor_perl
File /usr/lib64/perl5/vendor_perl/DateTime/LeapSecond.pm
Is Core No
Search CPAN for this module DateTime::LeapSecond
Documentation DateTime::LeapSecond
Module Details DateTime::LeapSecond


NAME

DateTime::LeapSecond - leap seconds table and utilities


VERSION

version 1.50


SYNOPSIS

  use DateTime;
  use DateTime::LeapSecond;
  print "Leap seconds between years 1990 and 2000 are ";
  print DateTime::Leapsecond::leap_seconds( $utc_rd_2000 ) -
        DateTime::Leapsecond::leap_seconds( $utc_rd_1990 );


DESCRIPTION

This module is used to calculate leap seconds for a given Rata Die day. It is used when DateTime.pm cannot compile the XS version of this code.

This library is known to be accurate for dates until Jun 2017.

There are no leap seconds before 1972, because that's the year this system was implemented.


SEE ALSO

http://hpiers.obspm.fr/eop-pc/earthor/utc/leapsecond.html

http://datetime.perl.org


SUPPORT

Bugs may be submitted at https://github.com/houseabsolute/DateTime.pm/issues.

There is a mailing list available for users of this distribution, mailto:datetime@perl.org.

I am also usually active on IRC as 'autarch' on irc://irc.perl.org.


SOURCE

The source code repository for DateTime can be found at https://github.com/houseabsolute/DateTime.pm.


AUTHOR

Dave Rolsky <autarch@urth.org>


COPYRIGHT AND LICENSE

This software is Copyright (c) 2003 - 2018 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)

The full text of the license can be found in the LICENSE file included with this distribution.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024