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

Search results for "module:Time::Clock"

Time::Clock - Twenty-four hour clock object with nanosecond precision. River stage two • 2 direct dependents • 28 total dependents

A Time::Clock object is a twenty-four hour clock with nanosecond precision and wrap-around. It is a clock only; it has absolutely no concept of dates. Vagaries of date/time such as leap seconds and daylight savings time are unsupported. When a Time::...

JSIRACUSA/Time-Clock-1.03 - 14 Feb 2014 17:21:48 UTC

Time::ProseClock - an alternative to digital and analog formats River stage zero No dependents

Time::ProseClock displays the time in the manner of a spoken English colloquial expression. It's aware of the notions of morning, afternoon, and night, thus always in 24 hour mode. Localization integration hooks for other languages may be forthcoming...

GOLD/Time-ProseClock-1.02 - 22 Jun 2004 03:07:21 UTC

Acme::Time::FooClock - Base class for picture clocks River stage zero No dependents

"And now it's time for silly songs with Larry." Figures out time on the vegetable clock. See http://DrBacchus.com/images/clock.jpg...

RBOW/Acme-Time-Asparagus-1.18 - 22 Aug 2013 19:43:08 UTC

Time::Skew - Computes local clock skew with respect to a remote clock. River stage zero No dependents

This module supports the computation of the skew between two clocks: the (relative) skew is the speed with which two clocks diverge. For instance, if yesterday two clocks, at the same time, showed respectively 10:00 and 10:05, while today when the fo...

AUGUSTO/Time-Skew-0.1 - 29 Jun 2005 12:22:32 UTC

Time::Human - Convert localtime() format to "speaking clock" time River stage zero No dependents

This module provides a "vague" rendering of the time into natural language; it's originally intended for text-to-speech applications and other speech-based interfaces. It's fully internationalised: if you look at the code, you'll see a global variabl...

JHOBLITT/Time-Human-1.03 - 11 Jan 2007 02:01:33 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::Monotonic - A clock source that only increments and never jumps River stage zero No dependents

Time::Monotonic gives access to monotonic clocks on various platforms (Mac OS X, Windows, and POSIX). A monotonic clock is a time source that won't ever jump forward or backward (due to NTP or Daylight Savings Time updates). Time::Monotonic uses Thom...

DAVID/Time-Monotonic-v0.9.8 - 25 Jun 2015 08:12:58 UTC

Acme::Time::Asparagus - Time on the vegetable clock River stage zero No dependents

"And now it's time for silly songs with Larry." Figures out time on the vegetable clock. See http://www.DrBacchus.com/images/clock.jpg See also the README for a URL for a Sushi clock....

RBOW/Acme-Time-Asparagus-1.18 - 22 Aug 2013 19:43:08 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::TT - Terrestrial Time and its realisations River stage one • 1 direct dependent • 1 total dependent

Terrestrial Time (TT) is a time scale representing time on the surface of Terra. Specifically, it is the proper time experienced by a clock located on the rotating geoid (i.e., at sea level). It is indirectly the basis for Terran civil timekeeping, v...

ZEFRAM/Time-TT-0.005 - 22 Mar 2012 21:03:50 UTC

Time::TCB - Barycentric Coordinate Time River stage zero No dependents

Barycentric Coordinate Time (TCB) is a coordinate time scale representing time in the Sol system. Specifically, it is the proper time experienced by a distant clock comoving with the barycentre of the Sol system. This module represents instants on th...

ZEFRAM/Time-TCB-0.003 - 08 Aug 2017 00:14:50 UTC

Time::TCG - Geocentric Coordinate Time and realisations River stage zero No dependents

Geocentric Coordinate Time (TCG) is a coordinate time scale representing time in the Terran system. Specifically, it is the proper time experienced by a distant clock comoving with the geocentre. It is linearly related to Terrestrial Time (TT), which...

ZEFRAM/Time-TCG-0.002 - 06 Feb 2012 11:05:01 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::CTime - format times ala POSIX asctime River stage two • 28 direct dependents • 44 total dependents

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 UTC

Time::Mock - shift and scale time River stage zero No dependents

EWILHELM/Time-Mock-v0.0.2 - 15 Jul 2009 18:43:54 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::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

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

Time::Tzfile - read binary tzfiles into Perl data structures River stage zero No dependents

DFARRELL/Time-Tzfile-0.04 - 07 Jun 2016 22:10:55 UTC
41 results (0.029 seconds)