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::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 - A date and time object for Perl River stage four • 1153 direct dependents • 3694 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

Rose::DateTime - DateTime helper functions and objects. River stage two • 5 direct dependents • 36 total dependents

The "Rose::DateTime::*" modules provide a few convenience functions and objects for use with "DateTime" dates. Rose::DateTime::Util contains a simple date parser and a slightly customized date formatter. Rose::DateTime::Parser encapsulates a date par...

JSIRACUSA/Rose-DateTime-0.540 - 08 Dec 2013 14:51:47 UTC

DateTimeX::Auto - use DateTime without needing to call constructors River stage one • 1 direct dependent • 2 total dependents

DateTime is awesome, but constructing "DateTime" objects can be annoying. You often need to use one of the formatter modules, or call "DateTime->new()" with a bunch of values. If you've got a bunch of constant dates in your code, then "DateTimeX::Aut...

TOBYINK/DateTimeX-Auto-0.009 - 25 Jun 2018 11:10:05 UTC

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

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

Types::DateTime - type constraints and coercions for datetime objects River stage two • 6 direct dependents • 10 total dependents

Types::DateTime is a type constraint library suitable for use with Moo/Moose attributes, Kavorka sub signatures, and so forth. Types This module provides some type constraints broadly compatible with those provided by MooseX::Types::DateTime, plus a ...

TOBYINK/Types-DateTime-0.002 - 19 Jun 2017 16:19:28 UTC

DateTime::SpanSet - set of DateTime spans River stage three • 25 direct dependents • 179 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

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

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::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::Format::JP - Japanese DateTime Parser and Formatter River stage one • 1 direct dependent • 1 total dependent

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 • 16 direct dependents • 69 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

Rose::DateTime::Util - Some simple DateTime wrapper functions. River stage two • 5 direct dependents • 36 total dependents

Rose::DateTime::Util is a thin wrapper around DateTime that provides a very simple date parser and a few extra date formatting options....

JSIRACUSA/Rose-DateTime-0.540 - 08 Dec 2013 14:51:47 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

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

Tripletail::DateTime - 日付と時刻 River stage zero No dependents

日付と時刻を扱うクラス。グレゴリオ歴にのみ対応している。精度は秒。 うるう秒や夏時間を考慮しない。 METHODS "$TL->newDateTime" $dt = $TL->newDateTime; # 現在時刻 $dt = $TL->newDateTime($str); # 文字列をパース Tripletail::DateTime オブジェクトを生成。 二番目の形式では、文字列から日付や時刻をパースする。 存在しない日付が指定された場合は、それが自動的に補正される。 例えば次の 2 行は同じ...

HIO/Tripletail-0.65 - 27 Dec 2021 10:15:26 UTC

Weather::Com::DateTime - date and time class River stage one • 2 direct dependents • 2 total dependents

*Weather::Com::DateTime* objects are used to encapsulate a date or time provided by the OO interface (e.g. localtime, sunrise, sunset, etc.). This is done because there are many ways to use a date or time and to present it in your programs using *Wea...

SCHNUECK/Weather-Com-0.5.3 - 24 Nov 2007 15:46:40 UTC
36 results (0.04 seconds)