The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Time::Unix"

Time::Unix - Force time() to return seconds since UNIX epoch River stage one • 3 direct dependents • 7 total dependents

This module does one thing: It imports a new version of time() that returns seconds since the UNIX epoch on ALL platforms. It is intended mainly as a proof-of-concept for the below Perl 6 RFC. In addition to importing a time() function, it also impor...

NWIGER/Time-Unix-1.03 - 19 Sep 2001 18:34:33 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

SMB::Time - Functions to convert between UNIX time and SMB time River stage zero No dependents

MIGO/SMB-0.09 - 13 May 2018 16:06:23 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::Convert - Interface to converting unix seconds to years, days, hours and minutes. River stage zero No dependents

MFENTON/TimeConvert0.5 - 04 Apr 2005 17:29:04 UTC

Time::NT - Perl module for working with Windows NT sytem time format River stage zero No dependents

This module provides functions for converting NT System time format to unix time and vice versa. This time format is used extensively in Microsoft Active Directory attributes. This module side steps any need for 64bit math, when dealing with the 64bi...

FRIED/Time-NT-0.007 - 10 Aug 2010 20:12:57 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

BSON::Time - BSON type wrapper for date and time River stage one • 6 direct dependents • 7 total dependents

This module provides a BSON type wrapper for a 64-bit date-time value in the form of milliseconds since the Unix epoch (UTC only). On a Perl without 64-bit integer support, the value must be a Math::BigInt object....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 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::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

Dunce::time - Protects against sloppy use of time. River stage zero No dependents

On Sun Sep 9 01:46:40 2001 GMT, time_t (UNIX epoch) reaches 10 digits. Sorting time()'s as strings will cause unexpected result after that. When Dunce::time is used, it provides special version of time() which will die with a message when compared as...

MIYAGAWA/Dunce-time-0.02 - 11 Jun 2001 18:28:52 UTC

Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers River stage five • 950 direct dependents • 10568 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::Piece - Object Oriented time objects River stage four • 222 direct dependents • 3699 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::Local - Efficiently compute time from local and GMT time River stage five • 217 direct dependents • 12564 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

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::Format - Easy-to-use date/time formatting. River stage two • 10 direct dependents • 22 total dependents

This module creates global pseudovariables which format dates and times, according to formatting codes you pass to them in strings. The %time formatting codes are designed to be easy to remember and use, and to take up just as many characters as the ...

ROODE/Time-Format-1.16 - 19 Feb 2020 18:12:54 UTC

Time::Fields - abstract objects to store distinct time fields River stage zero No dependents

Time::Fields defines simple time objects with distinct fields for: Century, Year, Month, Day, hour, minute, second, frame, jink, zone along with methods to manipulate those fields && modify their default presentation. Normally, a frame is one 60th-of...

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

Time::TAI::Simple - High resolution UNIX epoch time without leapseconds River stage one • 2 direct dependents • 2 total dependents

The "Time::TAI::Simple" module provides a very simple way to obtain the number of seconds elapsed since the beginning of the UNIX epoch (January 1st, 1970). It differs from "Time::HiRes" in that it returns the actual number of elapsed seconds, unmodi...

TTKCIAR/Time-TAI-Simple-1.16 - 04 Aug 2022 23:30:31 UTC

Time::Compare - Perl extension for comparing time Test it for simple usage River stage zero No dependents

This module you can use for simple comparing time Only create two objects for comparing and work with them Operations with these objects - >,<,eq,=>,<= Time format for such objects is HH:MM:SS - you can use such format if you work with MySQL time for...

YAK/Time-Compare-0.01b - 27 May 2004 12:21:54 UTC

Time::Crontab - parser for crontab date and time field River stage two • 4 direct dependents • 16 total dependents

Time::Crontab is a parser for crontab date and time field. And it provides simple matcher....

KAZEBURO/Time-Crontab-0.04 - 11 Jul 2016 09:03:59 UTC
45 results (0.051 seconds)