Name : perl-Date-Tie
| |
Version : 0.20
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 9.67
| Date : 2024-08-05 19:02:58
|
Group : Development/Libraries/Perl
| Source RPM : perl-Date-Tie-0.20-9.67.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
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/openSUSE_Tumbleweed/noarch |