Name: | perl-DateTime-Format-MySQL |
---|---|
Version: | 0.08 |
Release: | 2.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 29753 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-DateTime-Format-MySQL-0.08-2.el10_0.noarch.rpm |
Source RPM: | perl-DateTime-Format-MySQL-0.08-2.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-MySQL |
Summary: | Parse and format MySQL dates and times |
Description: | This module understands the formats used by MySQL for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format. |
- Do not use rpmversion macro which is a new builtin since rpm-4.18.92
- Update to 0.08 - Fix parsing microsecond < 100,000 off DateTime object by zero-padding
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Update license to SPDX format
- 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
- Update to 0.0701 - If microseconds are set on provided DateTime object to time_format, use them (CPAN RT#136549)