[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Пакет perl-DateTime-2:1.50-1.el8.x86_64 download

Имя perl-DateTime
Эпоха 2
Версия 1.50
Релиз 1.el8
Архитектура x86_64
Сайт https://metacpan.org/release/DateTime
Лицензия Artistic 2.0
Время сборки 2023-12-08 16:49:43
Хост сборки builder-x86-05.inferitos.ru
Краткое описание Date and time object for Perl
Репозитории PowerTools
Полное описание DateTime is a class for the representation of date/time combinations. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic Gregorian calendar". In this calendar, the first day of the calendar (the epoch), is the first day of year 1, which corresponds to the date which was (incorrectly) believed to be the birth of Jesus Christ.
Эррата
Размер 146 КиБ
Исходный проект perl-DateTime-1.50-1.el8
Контрольная сумма SHA-256 838fb7de39c046401eaaafe9f9d91c55e4f99c0ca9d7385014d4eb939d6a9884
× Full screenshot
История изменений link
* Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2:1.50-1
- Rebuilt for MSVSphere 8.8

* Thu Aug 02 2018 Paul Howarth <paul@city-fan.org> - 2:1.50-1
- Update to 1.50
  - 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 (GH#83)

* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.49-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.49-2
- Perl 5.28 rebuild

* Mon May 21 2018 Paul Howarth <paul@city-fan.org> - 2:1.49-1
- Update to 1.49
  - Updated the ppport.h with the latest version of Devel::PPPort, which fixes
    a compilation warning when compiling with 5.27.11 (GH#81)
- Switch upstream from search.cpan.org to metacpan.org

* Mon Mar 26 2018 Paul Howarth <paul@city-fan.org> - 2:1.48-1
- Update to 1.48
  - The last release would die if Sub::Util was not available, but this should
    just be an optional requirement (GH#77, GH#78)

* Mon Mar 26 2018 Paul Howarth <paul@city-fan.org> - 2:1.47-1
- Update to 1.47
  - DateTime::Duration->multiply now only allows integer multipliers (GH#73)
  - Added is_last_day_of_quarter() and is_last_day_of_year() methods (GH#72)
  - When an exception was thrown while adding a duration, the object could be
    left in a broken state with the duration partially applied; subsequent
    addition or subtraction would produce the wrong results (GH#74)
- Add patch to support use without Sub::Util (GH#77, GH#78)

* Mon Feb 12 2018 Paul Howarth <paul@city-fan.org> - 2:1.46-1
- Update to 1.46
  - Fixed the formatting for the CLDR "S" symbol, which in some cases would
    round up to 1 instead of truncating a value, e.g. the "SSS" symbol would
    format 999,999,999 nanoseconds as "1.000" (GH#71)

* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.45-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

* Sun Dec 31 2017 Paul Howarth <paul@city-fan.org> - 2:1.45-1
- Update to 1.45
  - Added month_length(), quarter_length() and year_length() methods (GH#70)