Search results for "module:Time::Timezone"
Time::Timezone - miscellaneous timezone manipulations routines
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 C language
"Sys::Time::Timezone" represents "struct timezone" in "C language". See gettimeofday(2) - Linux man page <https://linux.die.net/man/2/gettimeofday> about "struct timezone" in Linux....
KIMOTO/SPVM-Sys-0.492 - 17 Sep 2023 23:49:23 UTC
Time::Moment::Role::TimeZone - Adjust Time::Moment with time zone objects
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
Time::Zone - miscellaneous timezone manipulations routines
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
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
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.202303 - 28 Mar 2023 21:08:09 UTC
Time::Zone::Olson - Provides an Olson timezone database interface
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::C - Convenient time manipulation.
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::TZ - object-oriented TZ settings
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::P - Parse times from strings.
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
Date::Time - Lightweight normalised datetime data type
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
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
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
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::Tzfile - read binary tzfiles into Perl data structures
DFARRELL/Time-Tzfile-0.04
-
07 Jun 2016 22:10:55 UTC
Time::Stamp - Easy, readable, efficient timestamp functions
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
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::timegm - a UTC version of mktime()
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