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

Search results for "module:Time::gmtime"

Time::gmtime - by-name interface to Perl's built-in gmtime() function River stage five • 11292 direct dependents • 32664 total dependents

This module's default exports override the core gmtime() function, replacing it with a version that returns "Time::tm" objects. This object has methods that return the similarly named structure field name from the C's tm structure from time.h; namely...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Time::gmtime - by-name interface to Perl's built-in gmtime() function River stage five • 11292 direct dependents • 32664 total dependents

This module's default exports override the core gmtime() function, replacing it with a version that returns "Time::tm" objects. This object has methods that return the similarly named structure field name from the C's tm structure from time.h; namely...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Time::tm - internal object used by Time::gmtime and Time::localtime River stage five • 11292 direct dependents • 32664 total dependents

This module is used internally as a base class by Time::localtime And Time::gmtime functions. It creates a Time::tm struct object which is addressable just like's C's tm structure from time.h; namely with sec, min, hour, mday, mon, year, wday, yday, ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Time::tm - internal object used by Time::gmtime and Time::localtime River stage five • 11292 direct dependents • 32664 total dependents

This module is used internally as a base class by Time::localtime And Time::gmtime functions. It creates a Time::tm struct object which is addressable just like's C's tm structure from time.h; namely with sec, min, hour, mday, mon, year, wday, yday, ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

SPVM::Time::Local - Reverse Operations of localtime and gmtime. River stage zero No dependents

The Time::Local class in SPVM has methods to do reverse operations of localtime and gmtime functions....

KIMOTO/SPVM-Time-Local-0.111 - 17 Dec 2023 23:28:29 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::D - Differentiate between two times. River stage zero No dependents

Allows you to differentiate between two times, manipulate the difference in various ways, and check what the computed comparison time is....

COFFEE/Time-C-0.024 - 23 Apr 2017 13:50:11 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::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::Fake - Simulate different times without changing your system clock River stage one • 2 direct dependents • 4 total dependents

Use this module to achieve the effect of changing your system clock, but without actually changing your system clock. It overrides the Perl builtin subs "time", "localtime", and "gmtime", causing them to return a "faked" time of your choice. From the...

ROSULEK/Time-Fake-0.11 - 17 Jan 2008 15:56:33 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

Date::Time - Lightweight normalised datetime data type River stage zero No dependents

See the README as for now. By the way, I want to be neutral to the calender system - that's why the SYNOPSIS above looks like it does. Personally I think Gregorian dates sucks a lot - but I'm living in a Gregorian world and I'm myself mostly thinking...

TOBIX/OO-DateTime-0.01 - 03 Mar 2000 01:24:05 UTC

BingoX::Time - Time display parent class containing generic methods River stage zero No dependents

Time provides an OO interface to Time/Dates, ala Time::Object....

CNATION/BingoX-1.93 - 17 Jan 2002 03:32:09 UTC

Time::Mock - shift and scale time River stage zero No dependents

EWILHELM/Time-Mock-v0.0.2 - 15 Jul 2009 18:43:54 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::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

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::Piece - Object Oriented time objects River stage four • 219 direct dependents • 3569 total dependents

This module replaces the standard "localtime" and "gmtime" functions with implementations that return objects. It does so in a backwards compatible manner, so that using localtime/gmtime in the way documented in perlfunc will still return what you ex...

ESAYM/Time-Piece-1.3401 - 06 Apr 2020 22:42:38 UTC

Time::Object - Object Oriented time objects River stage zero No dependents

This module replaces the standard localtime and gmtime functions with implementations that return objects. It does so in a backwards compatible manner, so that using localtime/gmtime in the way documented in perlfunc will still return what you expect...

MSERGEANT/Time-Object-1.00 - 22 Oct 2001 13:11:40 UTC
34 results (0.033 seconds)