| Name: | perl-DateTime-Format-Strptime |
|---|---|
| Epoch: | 1 |
| Version: | 1.79 |
| Release: | 7.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 98493 |
| License: | Artistic-2.0 |
| RPM: | perl-DateTime-Format-Strptime-1.79-7.el10_0.noarch.rpm |
| Source RPM: | perl-DateTime-Format-Strptime-1.79-7.el10_0.src.rpm |
| Build Date: | Thu Jan 16 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/DateTime-Format-Strptime |
| Summary: | Parse and format strptime and strftime patterns |
| Description: | This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Perl 5.36 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Perl 5.34 rebuild
- Update to 1.79
- Fix too-strict type checking for time zones: this module now uses the same
check as DateTime itself, which allows for things that don't subclass
DateTime::TimeZone as long as they provide the same API (GH#30)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Update to 1.78
- Fix tests for new failure caused by locale data changes in DateTime::Locale
1.29 (GH#28)
- Added a warning about using locale-specific patterns; some of these patterns
can change quite a bit as the locale data is updated, so using them for
parsing does not produce stable results across time - this is what caused
the test failures that this release fixes
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild