-
Tue Dec 19 2017 Petr Pisar <ppisar@redhat.com> - 2:1.44-2
- SCL
-
Tue Aug 22 2017 Paul Howarth <paul@city-fan.org> - 2:1.44-1
- Update to 1.44
- Added a stringify() method, which does exactly the same thing as
stringification overloading does (GH#58)
- Added an is_last_day_of_month() method to indicate whether or not an object
falls on the last day of its month (GH#60)
-
Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.43-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
-
Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.43-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.43-2
- Perl 5.26 rebuild
-
Tue May 30 2017 Paul Howarth <paul@city-fan.org> - 2:1.43-1
- Update to 1.43
- Added a small optimization for boolification overloading: rather than
relying on a fallback to stringification, we now return true directly,
which is a little faster in cases like "if ($might_be_dt) { ... }"
- The datetime() method now accepts a single argument to use as the separator
between the date and time portion; this defaults to "T"
- Drop redundant Group: tag
-
Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.42-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
Mon Dec 26 2016 Paul Howarth <paul@city-fan.org> - 2:1.42-1
- Update to 1.42
- The DateTime::Duration->add and ->subtract methods now accept
DateTime::Duration objects; this used to work by accident but is now done
intentionally, with docs and tests (GH#50)
-
Thu Nov 17 2016 Paul Howarth <paul@city-fan.org> - 2:1.41-1
- Update to 1.41
- The DateTime->add and ->subtract methods now accept DateTime::Duration
objects; this used to work by accident but is now done intentionally, with
docs and tests (GH#45)
-
Sun Nov 13 2016 Paul Howarth <paul@city-fan.org> - 2:1.40-1
- Update to 1.40
- Switched from RT to the GitHub issue tracker