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

Search results for "module:Time::Local"

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

Local.pm River stage zero No dependents

MUIR/frogbak - 08 Nov 1996 08:16:00 UTC

Time::Local::TZ - time converter functions with localtime-based interface River stage zero No dependents

This module provides a set of functions to convert time between timezones and do some other timezone-dependant operations. Most functions work with localtime-like arrays, so they can be easily integrated with other modules supporting this format. Mod...

BAMBR/Time-Local-TZ-0.04 - 17 Oct 2017 09:55:20 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::Local::More - More functions for producing Unix epoch timestamp or localtime/gmtime tuple River stage one • 2 direct dependents • 2 total dependents

EARLY RELEASE: API MIGHT CHANGE. Overview of the module: * The "*startof*" functions These functions basically "round" the time to the start of minute, hour, day, or so on. For example, "time_startofday_local" is basically equivalent to: my @t = loca...

PERLANCAR/Time-Local-More-0.002 - 04 Nov 2021 00:05:52 UTC

Time::Local::ISO8601 - Compute time (Unix epoch) from YMD/ISO8601 sting River stage one • 1 direct dependent • 1 total dependent

Early release, not all functions implemented. This is basically a variant or thin wrapper to Time::Local to compute time (Unix epoch) from ISO8601 strings....

PERLANCAR/Time-Local-ISO8601-0.001 - 19 Dec 2021 00:05:11 UTC

Time::SZTime - computes the local SZTime River stage zero No dependents

The SZTime() algorithm is for calculating the SZTime. The SZTime is similar to the Unixtime but more accurate. SZTime represents the milliseconds since Midnight 01.01.1986. The Value can be positive or negative....

SJSZ/SZTime-0.14 - 14 Aug 2002 17:29:41 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::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::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

Quiq::Time - Klasse zur Repräsentation von Datum und Uhrzeit River stage zero No dependents

Ein Objekt der Klasse Quiq::Time repräsentiert eine Zeitangabe, bestehend aus den Komponenten Jahr (Y), Monat (M), Tag (D), Stunde (h), Minute (m) und Sekunde (s). Die Klasse stellt Methoden zur Manipulation der Zeitangabe zur Verfügung. Die Zeitanga...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC

Date::Time - Lightweight normalised datetime data type River stage zero No dependents

See the README as for now. By the way, I want to be neutral to the calender system - that's why the SYNOPSIS above looks like it does. Personally I think Gregorian dates sucks a lot - but I'm living in a Gregorian world and I'm myself mostly thinking...

TOBIX/OO-DateTime-0.01 - 03 Mar 2000 01:24:05 UTC

Time::Epoch - Convert between Perl epoch and other epochs River stage zero No dependents

Exports two functions, "perl2epoch" and "epoch2perl". Currently only goes between Perl (Unix) epoch and Mac OS epoch. This is in preparation for an eventual move of Perl to its own universal epoch, so we can get the system epoch of any platform that ...

CNANDOR/Time-Epoch-0.02 - 21 May 2003 11:50:43 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

Astro::Time - Time based astronomical routines River stage one • 1 direct dependent • 1 total dependent

Astro::Time contains an assorted set Perl routines for time based conversions, such as conversion between calendar dates and Modified Julian day and conversion of UT to local sidereal time. Include are routines for conversion between numerical and st...

CPHIL/Astro-0.78 - 27 Apr 2015 23:41:39 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

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::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
59 results (0.052 seconds)