Changelog for
perl-DateTime-1.59-1.2.x86_64.rpm :
* Tue Oct 25 2022 Tina Müller
- updated to 1.59 see /usr/share/doc/packages/perl-DateTime/Changes 1.59 2022-10-23 - Fixed tests to pass with DateTime::Locale 1.37+. Reported by Slaven Rezić. GH #34.
* Tue Apr 19 2022 Tina Müller - updated to 1.58 see /usr/share/doc/packages/perl-DateTime/Changes 1.58 2022-04-18 - Fixed tests so that they ignore the value set in the `PERL_DATETIME_DEFAULT_TZ` env var, if one exists. Reported by Ian Gibbs. GH [#128].
* Fri Mar 04 2022 Tina Müller - 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.
* Thu Mar 03 2022 Tina Müller - updated to 1.56 see /usr/share/doc/packages/perl-DateTime/Changes 1.56 2022-03-02 - The DateTime->from_epoch constructor now accepts a single, non-hashref argument, and validates it as an epoch value. Requested by Neil Bowers. GH [#119].
* Fri Dec 24 2021 Tina Müller - updated to 1.55 see /usr/share/doc/packages/perl-DateTime/Changes 1.55 2021-12-23 - Another documentation fix release. This fixes some mistakes, fixes some broken links, and removes all references to the long-dead datetime.perl.org site.
* Sat Dec 05 2020 Tina Müller - updated to 1.54 see /usr/share/doc/packages/perl-DateTime/Changes 1.54 2020-12-04 - This release contains a lot of small documentation revisions, both to formatting and content.
* Tue Nov 10 2020 Tina Müller - updated to 1.53 see /usr/share/doc/packages/perl-DateTime/Changes 1.53 2020-11-08 - Added a $dt->rfc3339 method. Based on discussion in GH #109 by worthmine.
* Sun Mar 01 2020 - updated to 1.52 see /usr/share/doc/packages/perl-DateTime/Changes 1.52 2020-02-29 - Added a $dt->is_between($dt1, $dt2) method. Based on GH #97 by philip r brenan. - Simplify the calculation of leap seconds in XS. This is a little more efficient for most use cases (anything with future or recent past datetimes). Contributed by Mark Overmeer. GH #91.
* Mon Apr 22 2019 Stephan Kulow - updated to 1.51 see /usr/share/doc/packages/perl-DateTime/Changes 1.51 2019-04-21 - Fix CLDR formatting of \'S\' pattern with more than 9 digits of precision. While we only store nanoseconds in the DateTime object we should still be able to handle an arbitrary number of digits properly. Fixed by Slaven Rezić. GH #89.
* Thu Aug 02 2018 cooloAATTsuse.com- updated to 1.50 see /usr/share/doc/packages/perl-DateTime/Changes 1.50 2018-08-01 - The %F strftime pattern incorrectly zero-padded numbers less than four digits. According to POSIX::strftime, this should output the year as-is without padding. Reported by Andy Lester. GH #83.