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 "time::local"

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 - Search in distribution

Local.pm River stage zero No dependents

MUIR/frogbak - 08 Nov 1996 08:16:00 UTC - Search in distribution

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 - Search in distribution

SPVM::Time::Local - Reverse Operations of localtime and gmtime. River stage one • 1 direct dependent • 1 total dependent

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

DateTime::TimeZone::Local - Determine the local system's time zone River stage four • 92 direct dependents • 3745 total dependents

This module provides an interface for determining the local system's time zone. Most of the functionality for doing this is in OS-specific subclasses....

DROLSKY/DateTime-TimeZone-2.62 - 02 Feb 2024 02:17:46 UTC - Search in distribution

DateTime::TimeZone::Local::hpux - Local timezone detection for HP-UX River stage zero No dependents

This module is automatically loaded by DateTime::TimeZone::Local on HP-UX systems, based on the $^O value (the fix for bug RT#44724 must have been applied (fixed in DateTime::TimeZone 0.87)). This is a workaround for bug RT#44721....

DOLMEN/DateTime-TimeZone-HPUX-1.04 - 18 Nov 2009 18:03:16 UTC - Search in distribution

DateTime::TimeZone::Local::Win32 - Determine the local system's time zone on Windows River stage zero No dependents

This module provides methods for determining the local time zone on a Windows platform....

DAPINK/DateTime-TimeZone-Local-Win32-2.06 - 07 Mar 2024 21:42:59 UTC - Search in distribution

DateTimeX::Lite::TimeZone::Local - Determine the local system's time zone River stage zero No dependents

This module provides an interface for determining the local system's time zone. Most of the functionality for doing this is in OS-specific subclasses....

DMAKI/DateTimeX-Lite-0.00004 - 12 Jul 2011 22:57:34 UTC - Search in distribution

detect-local-time-zone - Detect local time zone River stage one • 1 direct dependent • 1 total dependent

Currently uses DateTime::TimeZone, which has several heuristics itself (please see the module for more details). When local time zone cannot be determined, it dies....

PERLANCAR/App-TimeZoneUtils-0.001 - 12 Sep 2021 00:05:16 UTC - Search in distribution

TaskForest::LocalTime - Module to provide local time. Can be made to return requested values during testing. River stage zero No dependents

This is a simple package that provides a location for the getLogDir function that's used in a few places....

ENOOR/TaskForest-1.37 - 24 Mar 2010 04:20:42 UTC - Search in distribution

Tripletail::DateTime::LocalTime - 内部用 River stage zero No dependents

HIO/Tripletail-0.65 - 27 Dec 2021 10:15:26 UTC - Search in distribution

sunset_time - Prints the time of the next sunset River stage zero No dependents

Uses the system coordinates as configured from the perl package Geo::Local::Server and with the perl package DateTime::Event::Sunrise to calculate the next sunset....

MRDVT/Geo-Local-Server-0.09 - 13 Jan 2015 05:21:22 UTC - Search in distribution

App::olson - query the Olson timezone database River stage zero No dependents

This module implements the olson command-line utility. See olson for details of usage....

ZEFRAM/App-olson-0.000 - 12 Mar 2012 22:23:02 UTC - Search in distribution

lib/HTML/CalendarMonth/DateTool/TimeLocal.pm River stage one • 1 direct dependent • 1 total dependent

MSISK/HTML-CalendarMonth-2.04 - 15 Apr 2016 17:12:46 UTC - Search in distribution

LCC - Content Provider Modules for the Local Content Cache system River stage zero No dependents

Provides the Content Provider Modules for the Local Content Cache system as found on http://lococa.sourceforge.net . See the LCC::Overview documentation for a introduction of the Local Content Caching system and an overview of how these Perl modules ...

LNATION/LCC-0.02 - 09 Nov 2019 15:31:41 UTC - Search in distribution

Wurm::let - Local Evaluation Tether River stage zero No dependents

Wurm::let is a utility module for helping create Wurm applications. It provides an easy-to-use OO interface for constructing folding rules without requiring applications to be OO-enabled themselves. You can enable 'let' in two way: use Wurm::let; - o...

PRAVUS/Wurm-0.0.8 - 04 Apr 2017 14:07:19 UTC - Search in distribution
  • Wurm - Simple. Easy. Crawls in your teeth. Web framework. Did I mention it was a web framework? Another one.

tai - print the current TAI time. River stage one • 2 direct dependents • 2 total dependents

Displays the current TAI time (TAI-10 by default) in any of a number of formats. Currently supported options: -d Display in human-readable date/time format -h Describe available options -i Display TAI time as integer, not floating point --0 Display T...

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

B - The Perl Compiler Backend River stage five • 11693 direct dependents • 33184 total dependents

The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the "backends" of the Perl compiler. Usage of the compiler does not require knowledge of this module: see the O module for th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
2,962 results (0.153 seconds)