The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Time::Zone"

Time::Zone - miscellaneous timezone manipulations routines River stage four • 188 direct dependents • 9140 total dependents

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 UTC

Time::Zone::Olson - Provides an Olson timezone database interface River stage one • 1 direct dependent • 1 total dependent

Time::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.46 - 25 Feb 2023 01:54:58 UTC

Time::ZoneInfo - Perl extension for returning a list of Time Zones... River stage one • 1 direct dependent • 1 total dependent

An 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 UTC

Time::Moment::Role::TimeZone - Adjust Time::Moment with time zone objects River stage zero No dependents

This 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 UTC

lib/Time/Strptime/TimeZone.pm River stage one • 2 direct dependents • 2 total dependents

KARUPA/Time-Strptime-1.04 - 21 Jun 2019 22:09:11 UTC

Time::C - Convenient time manipulation. River stage zero No dependents

Makes manipulating time structures more convenient. Internally uses Time::Moment, and Time::Zone::Olson....

COFFEE/Time-C-0.024 - 23 Apr 2017 13:50:11 UTC

Time::P - Parse times from strings. River stage zero No dependents

Parses 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 UTC

Time::TZ - object-oriented TZ settings River stage one • 2 direct dependents • 2 total dependents

This 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 UTC

Time::PT - objects to store an instant in time River stage zero No dependents

By 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 UTC

Time::FFI - libffi interface to POSIX date and time functions River stage zero No dependents

Time::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.002 - 09 Jul 2021 06:57:27 UTC

Time::Date - A time and date object for Perl River stage zero No dependents

Time::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 UTC

Time::Tiny - A time object, with as little code as possible River stage zero No dependents

Time::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 UTC

Time::Epoch - Convert between Perl epoch and other epochs River stage zero No dependents

Exports 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 UTC

LibUI::Time - Internal Wrapper for struct tm in time.h River stage zero No dependents

Simple calendar times represent absolute times as elapsed times since an epoch. This is convenient for computation, but has no relation to the way people normally think of calendar time. By contrast, broken-down time is a binary representation of cal...

SANKO/LibUI-0.02 - 11 Mar 2023 05:02:51 UTC

Time::Stamp - Easy, readable, efficient timestamp functions River stage one • 2 direct dependents • 2 total dependents

This 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 UTC

Time::Frame - objects to store a length of time River stage zero No dependents

This 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 UTC

Time::y2038 - Versions of Perl's time functions which work beyond 2038 River stage one • 2 direct dependents • 2 total dependents

On 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 UTC

Time::Local - Efficiently compute time from local and GMT time River stage five • 214 direct dependents • 12277 total dependents

This 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.35 - 29 Apr 2023 21:22:04 UTC

Time::Fields - abstract objects to store distinct time fields River stage zero No dependents

Time::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 UTC

Time::Tzfile - read binary tzfiles into Perl data structures River stage zero No dependents

DFARRELL/Time-Tzfile-0.04 - 07 Jun 2016 22:10:55 UTC
38 results (0.029 seconds)