Name: | perl-Time-timegm |
---|---|
Version: | 0.01 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 97374 |
License: | GPL+ or Artistic |
RPM: | perl-Time-timegm-0.01-2.el7.aarch64.rpm |
Source RPM: | perl-Time-timegm-0.01-2.el7.src.rpm |
Build Date: | Wed May 30 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Time-timegm/ |
Summary: | UTC version of mktime() |
Description: | The POSIX standard provides three functions for converting between integer epoch values and 6-component "broken-down" time representations. localtime and gmtime convert an epoch into the 6 components of seconds, minutes, hours, day of month, month and year, in either local timezone or UTC. The mktime function converts a local broken-down time into an epoch value. However, POSIX does not provide a UTC version of this. |