|
NAMEDateTime::LeapSecond - leap seconds table and utilitiesVERSIONversion 1.57SYNOPSISuse 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); DESCRIPTIONThis module is used to calculate leap seconds for a given Rata Die day. It is used when DateTime cannot compile the XS version of this code.This library is known to be accurate for dates until Jun 2020. 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>SUPPORTBugs 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>. SOURCEThe source code repository for DateTime can be found at <https://github.com/houseabsolute/DateTime.pm>.AUTHORDave Rolsky <autarch@urth.org>COPYRIGHT AND LICENSEThis software is Copyright (c) 2003 - 2022 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.
Visit the GSP FreeBSD Man Page Interface. |