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

Search results for "module:Time::Available"

Time::Available - Perl extension to calculate time availability River stage zero No dependents

Time::Available is used to calculate availability of some resource if start and end time of availability is supplied. Availability is calculated relative to some interval which is defined when new instance of module is created. Start and end dates mu...

DPAVLIN/Time-Available-0.05 - 28 Oct 2006 21:33:50 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::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::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::Ago - Approximate duration in words River stage zero No dependents

Given a duration, in seconds, returns a readable approximation. This a Perl port of the time_ago_in_words() helper from Rails. From Rails' docs: 0 <-> 29 secs less than a minute 30 secs <-> 1 min, 29 secs 1 minute 1 min, 30 secs <-> 44 mins, 29 secs ...

MAURICE/Time-Ago-1.00 - 18 May 2017 20:13:54 UTC

Time::TAI - International Atomic Time and realisations River stage zero No dependents

International Atomic Time (TAI) is a time scale produced by an ensemble of atomic clocks around Terra. It attempts to tick at the rate of proper time on the Terran geoid (i.e., at sea level), and thus is the principal realisation of Terrestrial Time ...

ZEFRAM/Time-TAI-0.003 - 23 Jul 2010 20:08:56 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::Tiny - A time object, with as little code as possible River stage zero No dependents

Time::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 UTC

Time::Fuzzy - Time read like a human, with some fuzziness River stage zero No dependents

Nobody will ever say "it's 11:57". People just say "it's noon". This Perl module does just the same: it adds some human fuzziness to the way computer deal with time. By default, "Time::Fuzzy" is using a medium fuzziness factor. You can change that by...

JQUELIN/Time-Fuzzy-0.36 - 26 Nov 2007 11:45:15 UTC

Time::Piece - Object Oriented time objects River stage four • 219 direct dependents • 3569 total dependents

This 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 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::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::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::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::Frame - objects to store a length of time River stage zero No dependents

This module has been adapted from the Time::Seconds module written by Matt Sergeant <matt@sergeant.org> && Jarkko Hietaniemi <jhi@iki.fi>. Time::Frame inherits base data structure && object methods from Time::Fields. Frame was written to simplify sto...

PIP/Time-PT-1.2.565EHOV - 05 Jun 2005 21:31:08 UTC

Time::Local - Efficiently compute time from local and GMT time River stage five • 214 direct dependents • 12277 total dependents

This module provides functions that are the inverse of built-in perl functions "localtime()" and "gmtime()". They accept a date as a six-element array, and return the corresponding time(2) value in seconds since the system epoch (Midnight, January 1,...

DROLSKY/Time-Local-1.35 - 29 Apr 2023 21:22:04 UTC

LibWeb::Time - Various time formats for libweb applications River stage zero No dependents

METHODS get_date() Return 'wday mon mday' as a string, e.g. 'Sun May 28'. get_time() Return 'hh:mm:ss' as a string, e.g. '14:35:47'. get_datetime() Return 'wday mon dd hh:mm:ss yyyy' as a string, e.g. 'Sun May 28 14:35:47 2000'. This is the same as u...

CKONG/LibWeb-0.02 - 19 Jul 2000 22:25:12 UTC

Time::Object - Object Oriented time objects River stage zero No dependents

This 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 expect...

MSERGEANT/Time-Object-1.00 - 22 Oct 2001 13:11:40 UTC

Time::Consts - Define time constants with specified base River stage zero No dependents

"Time::Consts" can define time constants for you. Those available are MSEC SEC MIN HOUR DAY WEEK and are provided as arguments to the "use()" statements. An ':ALL' tag is provided to export all of the above. Default base is seconds, but that can be c...

LODIN/Time-Consts-0.05 - 11 Feb 2017 14:34:43 UTC
70 results (0.044 seconds)