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:DateTime::TimeZone::Local"

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

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

lib/DateTime/TimeZone/Local/Android.pm River stage four • 92 direct dependents • 3745 total dependents

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

DateTime - A date and time object for Perl River stage four • 1078 direct dependents • 3738 total dependents

DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic ...

DROLSKY/DateTime-1.65 - 06 Nov 2023 05:14:16 UTC

Rose::DB - A DBI wrapper and abstraction layer. River stage two • 15 direct dependents • 27 total dependents

Rose::DB is a wrapper and abstraction layer for DBI-related functionality. A Rose::DB object "has a" DBI object; it is not a subclass of DBI. Please see the tutorial (perldoc Rose::DB::Tutorial) for an example usage scenario that reflects "best pract...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC

DR::DateTime - Easy DateTime implementator. River stage zero No dependents

The module provide the same (reduced) API as DateTime. DateTime is a very usable and good module, but Dump of its objects gets two or three screens, so If You use more than one object DateTime You have too many troubles to debug Your code. METHODS ne...

UNERA/DR-DateTime-1.00 - 23 Aug 2017 09:43:45 UTC

DateTime::Span - Datetime spans River stage three • 26 direct dependents • 183 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

Jifty::DateTime - a DateTime subclass that knows about Jifty users River stage two • 33 direct dependents • 33 total dependents

Jifty natively stores timestamps in the database in GMT. Dates are stored without timezone. This class loads and parses dates and sets them into the proper timezone. To use this DateTime class to it's fullest ability, you'll need to add a "time_zone"...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Media::DateTime - A simple module to extract the timestamp from media files in an flexible manner. River stage zero No dependents

Provides a very simple, but highly extensible method of extracting the creation date and time from a media file (any file really). The base module comes with support for JPEG files that store the creation date in the exif header. Plugins can be writt...

MGRIMES/Media-DateTime-0.49 - 14 Sep 2016 21:14:13 UTC

DateTime::Precise - Perform common time and date operations with additional GPS operations River stage one • 1 direct dependent • 2 total dependents

The purpose of this library was to replace our dependence on Unix epoch time, which, being limited to a range of about 1970 to 2030, is inadequate for our purposes (we have data as old as 1870). This date library effectively handles dates from A.D. 1...

BZAJAC/DateTime-Precise-1.05 - 04 Sep 2001 16:58:23 UTC

DateTime::SpanSet - set of DateTime spans River stage three • 26 direct dependents • 183 total dependents

"DateTime::SpanSet" is a class that represents sets of datetime spans. An example would be a recurring meeting that occurs from 13:00-15:00 every Friday. This is different from a "DateTime::Set", which is made of individual datetime points as opposed...

FGLOCK/DateTime-Set-0.3900 - 09 Oct 2016 07:52:54 UTC

Atompub::DateTime - A date and time object for the Atom Publishing Protocol River stage one • 2 direct dependents • 2 total dependents

TAKERU/Atompub-0.3.7 - 06 Apr 2012 01:07:31 UTC

DateTime::Format::JP - Japanese DateTime Parser and Formatter River stage one • 1 direct dependent • 2 total dependents

This module is used to parse and format Japanese date and time. It is lightweight and yet versatile. It implements 2 main methods: "parse_datetime" and "format_datetime" both expect and return decoded utf8 string. You can use Encode to decode and enc...

JDEGUEST/DateTime-Format-JP-v0.1.4 - 11 Oct 2023 07:53:21 UTC

DateTime::Format::Pg - Parse and format PostgreSQL dates and times River stage two • 17 direct dependents • 70 total dependents

This module understands the formats used by PostgreSQL for its DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to parse these formats in order to create "DateTime" or "DateTime::Duration" objects, and it can take a "DateTime" or "DateT...

DMAKI/DateTime-Format-Pg-0.16014 - 15 Mar 2021 13:38:17 UTC

DateTime::TimeZone - Time zone object base class and factory River stage four • 92 direct dependents • 3745 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

Date::Easy::Datetime - easy datetime class River stage one • 1 direct dependent • 1 total dependent

A Date::Easy::Datetime object contains a Time::Piece object and provides a slightly different UI to access it. In typical usage, you will either use the "datetime" constructor to convert a human-readable string to a datetime, or the "now" function to...

BAREFOOT/Date-Easy-0.10 - 14 Jan 2020 21:58:39 UTC

DateTime::Incomplete - An incomplete datetime, like January 5 River stage two • 7 direct dependents • 12 total dependents

DateTime::Incomplete is a class for representing partial dates and times. These are actually encountered relatively frequently. For example, a birthday is commonly given as a month and day, without a year....

FGLOCK/DateTime-Incomplete-0.08 - 10 Nov 2015 13:04:21 UTC
45 results (0.086 seconds)