A date and time object
DateTime is a class for the representation of date/time combinations,
and is part of the Perl DateTime project. For details on this project
please see http://datetime.perl.org/. The DateTime site has a FAQ which
may help answer many "how do I do X?" questions. The FAQ is at
http://datetime.perl.org/?FAQ.
It represents the Gregorian calendar, extended backwards in time before
its creation (in 1582). This is sometimes known as the "proleptic
Gregorian calendar". In this calendar, the first day of the calendar
(the epoch), is the first day of year 1, which corresponds to the date
which was (incorrectly) believed to be the birth of Jesus Christ.
The calendar represented does have a year 0, and in that way differs
from how dates are often written using "BCE/CE" or "BC/AD".
For infinite datetimes, please see the DateTime::Infinite module.
Author: Dave Rolsky
- Devel package for openSUSE:Factory
-
5
derived packages
- Links to openSUSE:Factory / perl-DateTime
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-DateTime && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
DateTime-1.57.tar.gz | 0000322347 315 KB | |
_link | 0000000148 148 Bytes | |
cpanspec.yml | 0000000547 547 Bytes | |
perl-DateTime.changes | 0000033779 33 KB | |
perl-DateTime.spec | 0000003789 3.7 KB |
Revision 104 (latest revision is 115)
- updated to 1.57 see /usr/share/doc/packages/perl-DateTime/Changes 1.57 2022-03-03 - The last release would die if Sub::Util was not available, but this should just be an optional requirement. Fixed by Paul Howarth. GH #131. - This is the second time I've introduced this bug, so now there's a test to make sure that DateTime can be loaded if Sub::Util is not installed. Hopefully this will prevent a third occurrence of this bug.
Comments 0