Search results for "module:Time::tm"
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::FFI::tm - POSIX tm record structure
This FFI::Platypus::Record class represents the "tm" struct defined by time.h and used by functions such as mktime(3) and strptime(3). This is used by Time::FFI to provide access to such structures. The structure does not store an explicit time zone,...
DBOOK/Time-FFI-2.002 - 09 Jul 2021 06:57:27 UTC
LibUI::Time - Internal Wrapper for struct tm in time.h
Simple calendar times represent absolute times as elapsed times since an epoch. This is convenient for computation, but has no relation to the way people normally think of calendar time. By contrast, broken-down time is a binary representation of cal...
SANKO/LibUI-0.01 - 07 Dec 2022 00:37:40 UTC
SPVM::Time::Info - struct tm in C language
"Time::Info" represents "struct tm" of "C language". See ctime(3) - Linux man page <https://linux.die.net/man/3/ctime> about "struct tm" in Linux....
KIMOTO/SPVM-0.9689 - 01 Feb 2023 06:09:49 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::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
VMS::Time - Manipulate OpenVMS binary time values
These functions provide access to the OpenVMS time system services SYS$GETTIM, SYS$BINTIM, SYS$ASCTIM, and SYS$NUMTIM. Also provided are functions for converting between OpenVMS binary times and unix epoch time values. EXPORT None by default. Any fun...
PFAUT/VMS-Time-0_1 - 03 Jan 2013 03:22:08 UTC
pEFL::Time
This module is a perl binding to the Efl_Time struct which is an alias for the struct tm. EXPORT None by default....
PERLMAX/pEFL-0.75 - 07 Dec 2022 20:50:09 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...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
Time::Strptime - parse date and time string.
Time::Strptime is pure perl date and time string parser. In other words, This is pure perl implementation a strptime(3). This module allows you to perform better by pre-compile the format by string. benchmark:GMT(-0000) "tp=Time::Piece, ts=Time::Strp...
KARUPA/Time-Strptime-1.04 - 21 Jun 2019 22:09:11 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...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
Time::Activated - Syntactic sugar over time activated code supporting DateTime and ISO8601 (a.k.a. "Javascript dates").
This modules aims at managing and documenting time activated code such as that which may araise from migrations and planified process changes in a way that can be integrated and tested in advance. You can use Time::Activated "before", "after" and "be...
GBARCO/Time-Activated-1.01 - 05 Dec 2016 21:07:03 UTC
Time::Moment::Ext - Extend Time::Moment with strptime and SQL dates support
Time::Moment::Ext - Extend Time::Moment with strptime and SQL dates support...
DSHADOW/Time-Moment-Ext-0.06 - 15 Nov 2018 16:30:34 UTC
Meta::Utils::Time - module to let you access dates and times.
This is a library to make it easier on you to access dates and time, do calculations on them and other stuff without knowing all the gorry details. Note that we do not want to add routines like "epoch_to_tm" or "string_to_tm" since the tm object is n...
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
Time::Moment::Role::TimeZone - Adjust Time::Moment with time zone objects
This role provides convenience methods to return a new Time::Moment object adjusted according to a DateTime::TimeZone/ ::Tzfile-compatible time zone object, as in "TIME ZONES" in Time::Moment. See "CAVEATS" regarding usage with date math....
DBOOK/Time-Moment-Role-TimeZone-1.000 - 07 Feb 2020 18:04:34 UTC
Bencher::Scenario::TimeHiRes::time - Benchmark getting current time
Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....
PERLANCAR/Bencher-Scenarios-TimeHiRes-0.003 - 21 Dec 2018 09:27:10 UTC