Search results for "module:Time::localtime"
Time::localtime - by-name interface to Perl's built-in localtime() function
This module's default exports override the core localtime() 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; nam...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
Time::localtime - by-name interface to Perl's built-in localtime() function
This module's default exports override the core localtime() 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; nam...
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
Time::Human - Convert localtime() format to "speaking clock" time
This module provides a "vague" rendering of the time into natural language; it's originally intended for text-to-speech applications and other speech-based interfaces. It's fully internationalised: if you look at the code, you'll see a global variabl...
JHOBLITT/Time-Human-1.03 - 11 Jan 2007 02:01:33 UTC
Time::Local::TZ - time converter functions with localtime-based interface
This module provides a set of functions to convert time between timezones and do some other timezone-dependant operations. Most functions work with localtime-like arrays, so they can be easily integrated with other modules supporting this format. Mod...
BAMBR/Time-Local-TZ-0.04 - 17 Oct 2017 09:55:20 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
Cz::Time - Routines for printing dates in Czech
Implements czech names of months and weekdays. The following functions are exported: cz_date Converts time (localtime if not specified) into Czech string, eg. 15. ledna 1997. cz_month_base, cz_month Czech names of months (1..12) cz_wday, cz_ab_wday C...
JANPAZ/Cstools-3.44 - 13 Apr 2019 06:41:21 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::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
SMB::Time - Functions to convert between UNIX time and SMB time
MIGO/SMB-0.09
-
13 May 2018 16:06:23 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::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::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
Test::Time - Overrides the time() and sleep() core functions for testing
Test::Time can be used to test modules that deal with time. Once you "use" this module, all references to "time", "localtime" and "sleep" will be internalized. You can set custom time by passing time => number after the "use" statement: use Test::Tim...
ANATOFUZ/Test-Time-0.092 - 09 Jun 2022 11:19:05 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
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::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