DateTime::LeapSecond - leap seconds table and utilities
version 1.55
| Use Case | Command | Description |
|---|---|---|
| Calculate total leap seconds from epoch | leap_seconds($rd) | Returns accumulated leap seconds for a Rata Die day. |
| Get leap seconds for a specific day | extra_seconds($rd) | Returns leap seconds for a specific day (-2..2). |
| Get the actual length of a specific day | day_length($rd) | Returns the number of seconds for a given day (86398..86402). |
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);
This 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.
leap_seconds($rd) — Returns the number of accumulated leap seconds for a given day.extra_seconds($rd) — Returns the number of leap seconds for a given day, in the range -2 .. 2.day_length($rd) — Returns the number of seconds for a given day, in the range 86398 .. 86402.🌐 http://hpiers.obspm.fr/eop-pc/earthor/utc/leapsecond.html
🐛 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 AT perl.org>.
The source code repository for DateTime can be found at <https://github.com/houseabsolute/DateTime.pm>.
Dave Rolsky <autarch AT urth.org>
📅 This software is Copyright (c) 2003 - 2021 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 v5.34.0 2022-02-06 DateTime::LeapSecond(3pm)
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-30 19:37 @216.73.217.152
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format