1
0
Files
perl-Time-Moment/perl-Time-Moment.changes

74 lines
3.3 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Sat Dec 6 05:36:14 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.460.0 (0.46)
see /usr/share/doc/packages/perl-Time-Moment/Changes
0.46 2025-12-04
- Added an example to eg/
- eg/isocal.pl
- Added an implementation of NearestDayOfWeek() in Time::Moment::Adjusters.
- Fix Time::Moment->from_epoch when called with a floating-point value whose
fractional part rounds to exactly 1.000000000 seconds at 9 decimal digits.
Such values previously caused a “Parameter 'nanosecond' is out of the range
[0, 999_999_999]” error; they are now normalized by incrementing the second
and wrapping nanoseconds to zero, consistent with the rd/jd/mjd constructors.
Reported by @butzsch, addressing issue #40.
0.45 2025-11-18 (unreleased on CPAN)
- Ensure ->with_month preserves the original day-of-month, clamping to the target
months final day when necessary. Reported by @bokutin, addressing issue #43.
- Ensure ->from_object correctly respects class inheritance. Reported by @Grinnz,
addressing issue #44.
- Added a new documentation section explaining the fundamental differences
between calendar units and time units, addressing issue #49.
- Added a new documentation section on supported calendars, specifically detailing
the ISO 8601 week date representation, addressing issue #21.
- Updated documentation to fix incorrect conversion specifier in ISO 8601 examples,
reported by Richlv in issue #45.
- Resolved a Year 2038 bug in the ->now method, which would have occurred in 2038,
by switching from 32-bit to 64-bit integers for second calculations. Addressed
in PR #48 and issue #47 by Bernhard M. Wiedemann (@bmwiedemann).
-------------------------------------------------------------------
Mon Mar 4 15:35:16 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Wed Aug 31 03:36:13 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
- Add fix2038.patch to fix a year 2038 problem
-------------------------------------------------------------------
Thu May 10 06:06:51 UTC 2018 - coolo@suse.com
- updated to 0.44
see /usr/share/doc/packages/perl-Time-Moment/Changes
0.44 2018-05-09
- Bug fix in Time::Moment::Adjusters that prevented the exportation
of OrthodoxEasterSunday(). Reported by David Romano (unobe) #29.
- Bug fix in Time::Moment::Adjusters, the PreviousDayOfWeek() routine
computed an incorrect value, fix by Simon Shine (sshine) and tests
by Julien Fiegehenn (simbabque) and Simon Shine #31 and PR #32.
-------------------------------------------------------------------
Fri Mar 9 07:00:13 UTC 2018 - coolo@suse.com
- updated to 0.43
see /usr/share/doc/packages/perl-Time-Moment/Changes
0.43 2018-03-08
- Correct commification of epoch seconds in documentation.
PR #26, by Tim Heaney (oylenshpeegul).
- The macro test around the inclusion of stdbool.h was too broad and
didn't account for compiler abilities. PR #28 by Dale Ghent (daleghent).
-------------------------------------------------------------------
Sun May 28 19:17:47 UTC 2017 - coolo@suse.com
- initial package 0.42
* created by cpanspec 1.78.08