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

Search results for "module:Time::Out"

lib/Time/Out.pm River stage two • 7 direct dependents • 15 total dependents

SVW/Time-Out-0.24 - 27 Nov 2023 08:06:05 UTC

lib/Time/Out/ParamConstraints.pm River stage two • 7 direct dependents • 15 total dependents

SVW/Time-Out-0.24 - 27 Nov 2023 08:06:05 UTC

lib/Time/Out/Exception.pm River stage two • 7 direct dependents • 15 total dependents

SVW/Time-Out-0.24 - 27 Nov 2023 08:06:05 UTC

Time::R - Handle recurrences. River stage zero No dependents

Convenient ways of handling recurrences....

COFFEE/Time-C-0.024 - 23 Apr 2017 13:50:11 UTC

Time::P - Parse times from strings. River stage zero No dependents

Parses 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 UTC

Time::TZ - object-oriented TZ settings River stage one • 2 direct dependents • 2 total dependents

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::PT - objects to store an instant in time River stage zero No dependents

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::ETA - calculate estimated time of accomplishment River stage zero No dependents

You have a long lasting progress that consist of the number of more or less equal tasks. You need to calculate when the progress will finish. This module is designed to solve this task. Time::ETA is designed to work with the programms that don't outp...

BESSARABV/Time-ETA-1.2.0 - 30 Sep 2015 19:39:41 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::UTC - manipulation of UTC in terms of TAI River stage one • 3 direct dependents • 4 total dependents

This module encapsulates knowledge about the structure of the UTC time scale, including the leap seconds of the current incarnation. This information is useful in manipulating times stored in a UTC-based format, or in converting between UTC and TAI (...

ZEFRAM/Time-UTC-0.009 - 27 Jul 2017 10:05:23 UTC

Time::Date - A time and date object for Perl River stage zero No dependents

Time::Date is a class that can be used to represent a date as an object. Unlike other modules, this one just stores a Unix epoch within the object and relies heavily on the underlying operating system so it's very fast. It provides functionality for ...

JACOBG/Time-Date-0.05 - 01 Nov 2017 17:01:55 UTC

Time::Fake - Simulate different times without changing your system clock River stage one • 2 direct dependents • 4 total dependents

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

Time::Limit - kill your broken Perl script River stage zero No dependents

It is oh so very easy to accidentally write a Perl script that dives straight into an infinite loop, or stumbles into a runaway recursion. In most cases, you can hit "Ctrl + C" and get on with the job of figuring out what went wrong. However, if you'...

TOBYINK/Time-Limit-0.003 - 10 Sep 2014 22:52:55 UTC

Time::y2038 - Versions of Perl's time functions which work beyond 2038 River stage one • 2 direct dependents • 2 total dependents

On many computers, Perl's time functions will not work past the year 2038. This is a design fault in the underlying C libraries Perl uses. Time::y2038 provides replacements for those functions which will work accurately +/1 142 million years. This on...

MSCHWERN/Time-y2038-20100403 - 04 Apr 2010 03:27:09 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::TAI64 - Perl extension for converting TAI64 strings into standard unix timestamps. River stage one • 1 direct dependent • 1 total dependent

This is a package provides routines to convert TAI64 strings, like timestamps produced by multilog, into values that can be processed by other perl functions to display the timestamp in human-readable form and/or use in mathematical computations....

JOVAL/Time-TAI64-2.11 - 28 Apr 2006 18:37:23 UTC

Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers River stage five • 937 direct dependents • 10354 total dependents

The "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 UTC

Time::Stamp - Easy, readable, efficient timestamp functions River stage one • 2 direct dependents • 2 total dependents

This 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

Time::timegm - a UTC version of mktime() River stage one • 1 direct dependent • 7 total dependents

The POSIX standard provides three functions for converting between integer epoch values and 6-component "broken-down" time representations. "localtime" and "gmtime" convert an epoch into the 6 components of seconds, minutes, hours, day of month, mont...

PEVANS/Time-timegm-0.01 - 10 Jul 2012 17:09:17 UTC

Time::Random - Generate a random time in time. River stage zero No dependents

LNATION/Time-Random-1.00 - 12 Apr 2021 07:45:44 UTC
62 results (0.059 seconds)