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...
XSAWYERX/perl-5.32.0 - 20 Jun 2020 20:38:54 UTCThis 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, ...
XSAWYERX/perl-5.32.0 - 20 Jun 2020 20:38:54 UTCThis 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 UTCThis 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 UTCImplements 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 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 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 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 UTCMIGO/SMB-0.09 - 13 May 2018 16:06:23 UTC
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.001 - 27 Nov 2019 18:09:56 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 UTCTest::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...
SATOH/Test-Time-0.08 - 07 May 2019 01:57:37 UTCUse 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 UTCSee 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 UTCTime provides an OO interface to Time/Dates, ala Time::Object....
CNATION/BingoX-1.93 - 17 Jan 2002 03:32:09 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 UTCThis 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 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 UTC