A date and time object

Edit Package perl-DateTime
http://search.cpan.org/dist/DateTime

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

Refresh
Refresh
Source Files
Filename Size Changed
DateTime-1.63.tar.gz 0000324306 317 KB
cpanspec.yml 0000000547 547 Bytes
perl-DateTime.changes 0000035514 34.7 KB
perl-DateTime.spec 0000004359 4.26 KB
Revision 110 (latest revision is 115)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 1120567 from Tina Müller's avatar Tina Müller (tinita) (revision 110)
- updated to 1.63
   see /usr/share/doc/packages/perl-DateTime/Changes
  1.63   2023-10-22
  - This release is the same as 1.62. This releases fixes quadmath builds on
    Windows. Reported by @sisyphus. GH #139.
  1.62   2023-09-04 (TRIAL RELEASE)
  - This is take 3 of trying to use `Perl_isfinite` where it's available. Now we
    simply don't use it on Windows unless the Perl version is 5.22.0 or later.
  1.61   2023-09-02 (TRIAL RELEASE)
  - Fix use of the `Perl_isfinite` function on platforms where this is
    broken. On Windows with Perl <= 5.20, it seems like `Perl_isfinite` exists
    but it calls `Perl_isinf` and `Perl_isnan`, which don't exist.
  1.60   2023-08-19 (TRIAL RELEASE)
  - Switched to using the `Perl_isfinite` function instead of trying to
    implement this ourselves in XS code. This should fix quadmath builds on
    Windows. Reported by @sisyphus. GH #139.
Comments 0
openSUSE Build Service is sponsored by