Search results for "module:Time::gmtime"
Time::gmtime - by-name interface to Perl's built-in gmtime() function
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
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
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
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 Manipulation of localtime and gmtime Functions.
The Time::Local class of SPVM has methods for reverse manipulations of localtime and gmtime functions....
KIMOTO/SPVM-Time-Local-0.10 - 07 Apr 2023 02:27:13 UTC
Time::C - Convenient time manipulation.
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.
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
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
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
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
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
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
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
Time provides an OO interface to Time/Dates, ala Time::Object....
CNATION/BingoX-1.93 - 17 Jan 2002 03:32:09 UTC
Time::Stamp - Easy, readable, efficient timestamp functions
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
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
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
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
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