The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Time::tm"

Time::tm - internal object used by Time::gmtime and Time::localtime River stage five • 11292 direct dependents • 32664 total dependents

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 River stage five • 11292 direct dependents • 32664 total dependents

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 River stage zero No dependents

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

SPVM::Sys::Time::Tm - struct tm in the C language River stage one • 6 direct dependents • 6 total dependents

The Sys::Time::Tm class represents struct tm <https://linux.die.net/man/3/ctime> in the C language....

KIMOTO/SPVM-Sys-0.514001 - 27 Mar 2024 02:45:54 UTC

LibUI::Time - Internal Wrapper for struct tm in time.h River stage zero No dependents

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.02 - 11 Mar 2023 05:02:51 UTC

Time::FFI - libffi interface to POSIX date and time functions River stage zero No dependents

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. River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage five • 11292 direct dependents • 32664 total dependents

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 River stage five • 11292 direct dependents • 32664 total dependents

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::Strptime - parse date and time string. River stage one • 2 direct dependents • 2 total dependents

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 River stage five • 11292 direct dependents • 32664 total dependents

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 River stage five • 11292 direct dependents • 32664 total dependents

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::Activated - Syntactic sugar over time activated code supporting DateTime and ISO8601 (a.k.a. "Javascript dates"). River stage zero No dependents

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

SPVM::Sys::Time - System Calls for Time Manipulation River stage one • 6 direct dependents • 6 total dependents

The Sys::Process class in SPVM has methods to call system calls for time manipulation....

KIMOTO/SPVM-Sys-0.514001 - 27 Mar 2024 02:45:54 UTC

SPVM::Time::Local - Reverse Operations of localtime and gmtime. River stage zero No dependents

The Time::Local class in SPVM has methods to do reverse operations of localtime and gmtime functions....

KIMOTO/SPVM-Time-Local-0.111 - 17 Dec 2023 23:28:29 UTC

Time::Moment::Ext - Extend Time::Moment with strptime and SQL dates support River stage zero No dependents

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

SPVM::Time::Piece - Dates and Times River stage zero No dependents

The Time::Piece class in SPVM has methods to manipulate dates and times....

KIMOTO/SPVM-Time-Piece-0.003 - 22 Dec 2023 03:27:53 UTC

Meta::Utils::Time - module to let you access dates and times. River stage zero No dependents

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
22 results (0.038 seconds)