This module provides routines to format dates. They correspond to the libc routines. &strftime() supports a pretty good set of conversions -- more than most C libraries. strftime supports a pretty good set of conversions. The POSIX module has very si...
MUIR/Time-ParseDate-2015.103 - 05 Nov 2015 00:07:39 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 UTCCOFFEE/Time-C-0.024 - 23 Apr 2017 13:50:11 UTC
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 UTCConvenient ways of handling recurrences....
COFFEE/Time-C-0.024 - 23 Apr 2017 13:50:11 UTCParses 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 UTCFormats a time using "Format Specifiers" in Time::P, according to specified locale....
COFFEE/Time-C-0.024 - 23 Apr 2017 13:50:11 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 UTCTime::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 UTCThe "Time::HiRes" module implements a Perl interface to the "usleep", "nanosleep", "ualarm", "gettimeofday", and "setitimer"/"getitimer" system calls, in other words, high resolution time and timers. See the "EXAMPLES" section below and the test scri...
ATOOMIC/Time-HiRes-1.9764 - 10 Aug 2020 22:23:42 UTCThis 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 subclasses Time::Piece in order to change its stringification and string comparison behavior to use the ISO 8601 format instead of localtime's ctime format. Although it does break the backwards compatibility with the builtin localtime and...
DWHEELER/Time-Piece-ISO-0.12 - 26 Jun 2011 06:23:40 UTCConvert various epoch times to and from datetimes using Time::Moment....
HEANEY/Time-Moment-Epoch-1.003002 - 25 Jul 2017 01:00:21 UTCThe purpose of Win32API::File::Time is to provide maximal access to the file creation, modification, and access times under MSWin32. Under Windows, the Perl utime module will not modify the time of an open file, nor a read-only file. The comments in ...
WYANT/Win32API-File-Time-0.009 - 31 Oct 2019 21:15:16 UTC