The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module: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

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

DateTime::TimeZone::UTC - The UTC time zone River stage four • 91 direct dependents • 3701 total dependents

This class is used to provide the DateTime::TimeZone API needed by DateTime.pm for the UTC time zone, which is not explicitly included in the Olson time zone database. The offset for this object will always be zero....

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

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

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

DateTime::TimeZone::Local - Determine the local system's time zone River stage four • 91 direct dependents • 3701 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

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

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

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

DateTime::TimeZone::Catalog - Provides a list of all valid time zone names River stage four • 91 direct dependents • 3701 total dependents

This module contains an enumerated list of all known system timezones, so that applications can easily present a list of timezones....

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

DateTime::TimeZone::OlsonDB - An object to represent an Olson time zone database River stage four • 91 direct dependents • 3701 total dependents

This module parses the Olson database time zone definition files and creates various objects representing time zone data. Each time zone is broken down into several parts. The first piece is an observance, which is an offset from UTC and an abbreviat...

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

DateTime::TimeZone::Floating - A time zone that is always local River stage four • 91 direct dependents • 3701 total dependents

This class is used to provide the DateTime::TimeZone API needed by DateTime.pm, but for floating times, as defined by the RFC 2445 spec. A floating time has no time zone, and has an effective offset of zero....

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

DateTime::TimeZone::OffsetOnly - A DateTime::TimeZone object that just contains an offset River stage four • 91 direct dependents • 3701 total dependents

This class is used to provide the DateTime::TimeZone API needed by DateTime.pm, but with a fixed offset. An object in this class always returns the same offset as was given in its constructor, regardless of the date....

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

DateTime::TimeZone::Local::VMS - Determine the local system's time zone on VMS River stage four • 91 direct dependents • 3701 total dependents

This module provides methods for determining the local time zone on a VMS platform. NOTE: This is basically a stub pending an implementation by someone who knows something about VMS....

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

DateTime::TimeZone::ICal::Spec - Class for holding Standard/DST specs River stage one • 1 direct dependent • 1 total dependent

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

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

DateTime::TimeZone::Local::Unix - Determine the local system's time zone on Unix River stage four • 91 direct dependents • 3701 total dependents

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

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

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

DateTime::TimeZone::ICal::Parsing - Role for iCal parsing operations River stage one • 1 direct dependent • 1 total dependent

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

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
416 results (0.041 seconds)