This is a collection of miscellaneous timezone manipulation routines. "tz2zone()" parses the TZ environment variable and returns a timezone string suitable for inclusion in date(1)-like output. It opionally takes a timezone string, a time, and a is-d...
ATOOMIC/TimeDate-2.33 - 19 May 2020 18:00:18 UTCTime::Zone::Olson is intended to provide a simple interface to the Olson database that is available on most UNIX systems. It provides an interface to list common time zones, such as Australia/Melbourne that are stored in the zone.tab file, and localt...
DDICK/Time-Zone-Olson-0.36 - 27 Nov 2020 10:04:57 UTCAn OO interface to accessing a list of timezones. This is useful if you want to provide an interface for your user to choose one of the available time zones. This will be the final release of Time::ZoneInfo as we hope it will be replaced by code in t...
SCOTT/Time-ZoneInfo-0.3 - 22 Mar 2004 12:49:43 UTCThis role provides convenience methods to return a new Time::Moment object adjusted according to a DateTime::TimeZone/ ::Tzfile-compatible time zone object, as in "TIME ZONES" in Time::Moment. See "CAVEATS" regarding usage with date math....
DBOOK/Time-Moment-Role-TimeZone-1.000 - 07 Feb 2020 18:04:34 UTCMakes manipulating time structures more convenient. Internally uses Time::Moment, and Time::Zone::Olson....
COFFEE/Time-C-0.024 - 23 Apr 2017 13:50:11 UTCParses a string to get a time out of it using "Format Specifiers" reminiscent of C's "scanf" and indeed "strptime" functions....
COFFEE/Time-C-0.024 - 23 Apr 2017 13:50:11 UTCThis is an object-oriented approach to "TZ" environment variable settings, ie. $ENV{'TZ'}. A "Time::TZ" object holds a TZ string and has methods to make calculations in that zone by temporarily changing the "TZ" environment variable (see Tie::TZ). Se...
KRYDE/Tie-TZ-11 - 13 Aug 2020 08:44:28 UTCBy default, Time::PT stores time descriptions precise to 60ths- of-a-second (0.016667 seconds). The groundwork has been laid for sub-millisecond precision to be included later. This module has been adapted from the Time::Piece module written by Matt ...
PIP/Time-PT-1.2.565EHOV - 05 Jun 2005 21:31:08 UTCTime::FFI provides a libffi interface to POSIX date and time functions found in time.h. The "gmtime" and "localtime" functions behave very differently from the core functions of the same name, as well as those exported by Time::Piece, so you may wish...
DBOOK/Time-FFI-2.001 - 27 Nov 2019 18:09:56 UTCTime::Date is a class that can be used to represent a date as an object. Unlike other modules, this one just stores a Unix epoch within the object and relies heavily on the underlying operating system so it's very fast. It provides functionality for ...
JACOBG/Time-Date-0.05 - 01 Nov 2017 17:01:55 UTCTime::Tiny is a member of the DateTime::Tiny suite of time modules. It implements an extremely lightweight object that represents a time, without any time data. The Tiny Mandate Many CPAN modules which provide the best implementation of a concept can...
DAGOLDEN/Time-Tiny-1.08 - 22 Apr 2018 08:51:15 UTCExports two functions, "perl2epoch" and "epoch2perl". Currently only goes between Perl (Unix) epoch and Mac OS epoch. This is in preparation for an eventual move of Perl to its own universal epoch, so we can get the system epoch of any platform that ...
CNANDOR/Time-Epoch-0.02 - 21 May 2003 11:50:43 UTCThis module makes it easy to include timestamp functions that are simple, easy to read, easy to parse, and fast. For simple timestamps perl's built-in functions are all you need: time, gmtime (or localtime), and sprintf... Sometimes you desire a simp...
RWSTAUNER/Time-Stamp-1.300 - 10 Jan 2013 03:39:15 UTCThis module has been adapted from the Time::Seconds module written by Matt Sergeant <matt@sergeant.org> && Jarkko Hietaniemi <jhi@iki.fi>. Time::Frame inherits base data structure && object methods from Time::Fields. Frame was written to simplify sto...
PIP/Time-PT-1.2.565EHOV - 05 Jun 2005 21:31:08 UTCOn many computers, Perl's time functions will not work past the year 2038. This is a design fault in the underlying C libraries Perl uses. Time::y2038 provides replacements for those functions which will work accurately +/1 142 million years. This on...
MSCHWERN/Time-y2038-20100403 - 04 Apr 2010 03:27:09 UTCThis module provides functions that are the inverse of built-in perl functions "localtime()" and "gmtime()". They accept a date as a six-element array, and return the corresponding time(2) value in seconds since the system epoch (Midnight, January 1,...
DROLSKY/Time-Local-1.30 - 27 Jan 2020 01:34:58 UTCTime::Fields defines simple time objects with distinct fields for: Century, Year, Month, Day, hour, minute, second, frame, jink, zone along with methods to manipulate those fields && modify their default presentation. Normally, a frame is one 60th-of...
PIP/Time-PT-1.2.565EHOV - 05 Jun 2005 21:31:08 UTCDFARRELL/Time-Tzfile-0.04 - 07 Jun 2016 22:10:55 UTC