Name : perl-Date-Tie
| |
Version : 0.20
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.9.1
| Date : 2023-07-20 18:53:51
|
Group : Development/Libraries/Perl
| Source RPM : perl-Date-Tie-0.20-lp155.9.1.src.rpm
|
Size : 0.03 MB
| |
Packager : https://www_suse_com/
| |
Summary : ISO dates made easy
|
Description :
Date::Tie is an attempt to simplify date operations syntax.
It works with calendar dates (year-month-day), ordinal dates (year-day), week dates (year-week-day), times (hour:minute:second), decimal fractions (decimal hours, decimal minutes and decimal seconds), and time-zones.
Whenever a Date::Tie hash key receives a new value, it will change the other keys following the ISO date rules. For example:
print $a{hour}, \":\", $a{minute}; # \'00:59\' $a{minute}++; print $a{hour}, \":\", $a{minute}; # \'01:00\'
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-D/15.5/noarch |