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

Time::Timezone - miscellaneous timezone manipulations routines River stage two • 28 direct dependents • 44 total dependents

This is a collection of miscellaneous timezone manipulation routines. "tz2zone()" parses the TZ environment variable and returns a timezone string suitable for inclusion in date-like output. It optionally takes a timezone string, a time, and a is-dst...

MUIR/Time-ParseDate-2015.103 - 05 Nov 2015 00:07:39 UTC

SPVM::Sys::Time::Timezone - struct timezone in the C language River stage two • 8 direct dependents • 12 total dependents

The Sys::Time::Timezone class in SPVM represents struct timezone <https://linux.die.net/man/2/gettimeofday> in the C language....

KIMOTO/SPVM-Sys-0.514001 - 27 Mar 2024 02:45:54 UTC

Time::Moment::Role::TimeZone - Adjust Time::Moment with time zone objects River stage zero No dependents

This role provides convenience methods to return a new Time::Moment object adjusted according to a DateTime::TimeZone/ ::Tzfile-compatible time zone object, as in "TIME ZONES" in Time::Moment. See "CAVEATS" regarding usage with date math....

DBOOK/Time-Moment-Role-TimeZone-1.000 - 07 Feb 2020 18:04:34 UTC

lib/Time/Strptime/TimeZone.pm River stage one • 2 direct dependents • 2 total dependents

KARUPA/Time-Strptime-1.04 - 21 Jun 2019 22:09:11 UTC

Time::Zone - miscellaneous timezone manipulations routines River stage four • 191 direct dependents • 9264 total dependents

This is a collection of miscellaneous timezone manipulation routines. "tz2zone()" parses the TZ environment variable and returns a timezone string suitable for inclusion in date(1)-like output. It opionally takes a timezone string, a time, and a is-d...

ATOOMIC/TimeDate-2.33 - 19 May 2020 18:00:18 UTC

Time::TZOffset - Show timezone offset strings like +0900 River stage zero No dependents

Time::TZOffset provides tzoffset function that determines timezone offset and shows strings like +0900 This module implemented by XS, it's may be faster than other way to show timezone offset. And also Time::TZOffset is more portable than using "POSI...

KAZEBURO/Time-TZOffset-0.04 - 05 Jan 2015 03:14:10 UTC

Time::OlsonTZ::Data - Olson timezone data River stage one • 3 direct dependents • 5 total dependents

This module encapsulates the Olson timezone database, providing binary tzfiles and ancillary data. Each version of this module encapsulates a particular version of the timezone database. It is intended to be regularly updated, as the timezone databas...

ZEFRAM/Time-OlsonTZ-Data-0.202401 - 01 Feb 2024 19:08:21 UTC

Time::C - Convenient time manipulation. River stage zero No dependents

Makes manipulating time structures more convenient. Internally uses Time::Moment, and Time::Zone::Olson....

COFFEE/Time-C-0.024 - 23 Apr 2017 13:50:11 UTC

Time::Zone::Olson - Provides an Olson timezone database interface River stage one • 1 direct dependent • 1 total dependent

Time::Zone::Olson is intended to provide a simple interface to the Olson database that is available on most UNIX systems. It provides an interface to list common time zones, such as Australia/Melbourne that are stored in the zone.tab file, and localt...

DDICK/Time-Zone-Olson-0.46 - 25 Feb 2023 01:54:58 UTC

Time::P - Parse times from strings. River stage zero No dependents

Parses a string to get a time out of it using "Format Specifiers" reminiscent of C's "scanf" and indeed "strptime" functions....

COFFEE/Time-C-0.024 - 23 Apr 2017 13:50:11 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::dt - date and time succinctly River stage zero No dependents

EWILHELM/Time-dt-v0.0.1 - 04 Jun 2013 07:32: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

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

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

Time::timegm - a UTC version of mktime() River stage one • 2 direct dependents • 7 total dependents

The POSIX standard provides three functions for converting between integer epoch values and 6-component "broken-down" time representations. "localtime" and "gmtime" convert an epoch into the 6 components of seconds, minutes, hours, day of month, mont...

PEVANS/Time-timegm-0.01 - 10 Jul 2012 17:09:17 UTC
44 results (0.035 seconds)