Search results for "DateTime::TimeZone"

DateTime::TimeZone - Time zone object base class and factory River stage four • 91 direct dependents • 3701 total dependents

This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period. Note that without the DateTime module, this module does not do...

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

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

DateTime::TimeZone::LMT - A Local Mean Time time zone for DateTime River stage zero No dependents

This module provides a 'Local Mean Time' timezone for DateTime. Using it you can determine the Mean Time for any location on Earth. Note however that the Mean Time and the Apparent Time (where the sun is in the sky) differ from day to day. This modul...

JFORGET/DateTime-TimeZone-LMT-1.01 - 18 Feb 2016 20:11:27 UTC - Search in distribution

DateTime::TimeZone::HPUX - Handles timezones defined at the operating system level on HP-UX River stage zero No dependents

This distribution implement detection of the local timezone as defined at the operating system level, either in $ENV{TZ} or in /etc/TIMEZONE. HP-UX has its own system for defining timezones. See tztab(4). This is incompatible with the now common set ...

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

DateTime::TimeZone::ICal - iCal VTIMEZONE entry to DateTime::TimeZone River stage one • 1 direct dependent • 1 total dependent

Conforming iCal documents (RFC 5545 <https://tools.ietf.org/html/rfc5545>) have three ways to represent "DATE-TIME" values: UTC, local, and specified through the "TZID" mechanism. "TZID" *parameters* in relevant properties are references to the same ...

DORIAN/DateTime-TimeZone-ICal-0.04 - 16 Mar 2015 16:38:03 UTC - Search in distribution

DateTime::TimeZone::Alias - Create aliases for DateTime timezones River stage two • 1 direct dependent • 21 total dependents

Creates and destroys aliases for DateTime timezones. This module violates the encapsulation of the DateTime internals. User _Beware_....

JHOBLITT/DateTime-TimeZone-Alias-0.06 - 26 Sep 2010 00:55:40 UTC - Search in distribution

DateTime::TimeZone::Olson - timezones from the Olson database River stage one • 1 direct dependent • 1 total dependent

This module encapsulates the Olson timezone database, providing DateTime-compatible timezone objects and ancillary data. On each program run this module provides access to a particular version of the timezone database, determined by which version of ...

ZEFRAM/DateTime-TimeZone-Olson-0.007 - 26 Jul 2017 07:13:10 UTC - Search in distribution

DateTime::TimeZone::Tzfile - tzfile (zoneinfo) timezone files River stage one • 3 direct dependents • 5 total dependents

An instance of this class represents a timezone that was encoded in a file in the tzfile(5) format. These can express arbitrary patterns of offsets from Universal Time, changing over time. Offsets and change times are limited to a resolution of one s...

ZEFRAM/DateTime-TimeZone-Tzfile-0.011 - 25 Jul 2017 09:15:16 UTC - Search in distribution

DateTime::TimeZone::SystemV - System V and POSIX timezone strings River stage one • 2 direct dependents • 6 total dependents

An instance of this class represents a timezone that was specified by means of a System V timezone recipe or an extended form of the same syntax (such as that specified by POSIX). These can express a plain offset from Universal Time, or a system of t...

ZEFRAM/DateTime-TimeZone-SystemV-0.010 - 23 Jul 2017 03:57:33 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

DateTime::TimeZone::Catalog::Extend - Extend DateTime::TimeZone catalog River stage two • 2 direct dependents • 20 total dependents

This is a very simple module based on the list of time zone aliases <https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations> that are sometimes found in dates. Upon using this module, it will add to the DateTime::TimeZone::Catalog those aliase...

JDEGUEST/DateTime-TimeZone-Catalog-Extend-v0.3.1 - 11 Oct 2023 07:56:07 UTC - Search in distribution

DateTimeX::Lite::TimeZone - Time zone object base class and factory River stage zero No dependents

This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period. Note that without the "DateTime.pm" module, this module does n...

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

Time::Zone - miscellaneous timezone manipulations routines River stage four • 188 direct dependents • 9140 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 - Search in distribution

DBIx::Class::InflateColumn::DateTime::WithTimeZone - Store time zones with DateTimes in database River stage zero No dependents

This component preserves the time zone of DateTime objects when storing and retrieving through DBIx::Class. It uses InflateColumn::DateTime to do the basic inflation and deflation. The time zone is saved into an additional database column, and automa...

ZHTWN/DBIx-Class-InflateColumn-DateTime-WithTimeZone-0.03 - 19 Jul 2015 21:33:25 UTC - Search in distribution

lib/DateTime/Event/Jewish/ZoneLocation.pm River stage zero No dependents

This file contains a table with the following columns: * ISO 3166 2-character country code. See the file `iso3166.tab'. * Latitude and longitude of the zone's principal location in ISO 6709 sign-degrees-minutes-seconds format, either +-DDMM+-DDDMM or...

RAPMANKIN/DateTime-Event-Jewish-0.08 - 30 Oct 2014 21:06:25 UTC - Search in distribution

lib/WWW/Shopify/Liquid/Filter/DateSetTimeZone.pm River stage one • 1 direct dependent • 1 total dependent

ADAMDH/WWW-Shopify-Liquid-0.08 - 05 Oct 2018 20:12:48 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
  • olson - query the Olson timezone database

TimeZone::Solar - local solar timezone lookup and utilities including DateTime compatibility River stage zero No dependents

*TimeZone::Solar* provides lookup and conversion utilities for Solar time zones, which are based on the longitude of any location on Earth. See the next subsection below for more information. Through compatibility with DateTime::TimeZone, *TimeZone::...

IKLUFT/TimeZone-Solar-0.2.2 - 30 Jul 2023 06:58:46 UTC - Search in distribution

DateTime::Span - Datetime spans River stage three • 25 direct dependents • 179 total dependents

"DateTime::Span" is a module for handling datetime spans, otherwise known as ranges or periods ("from X to Y, inclusive of all datetimes in between"). This is different from a "DateTime::Set", which is made of individual datetime points as opposed to...

FGLOCK/DateTime-Set-0.3900 - 09 Oct 2016 07:52:54 UTC - Search in distribution
267 results (0.085 seconds)