Search results for "datetimex"

DateTimeX::Web - DateTime factory for web apps River stage one • 1 direct dependent • 1 total dependent

The DateTime framework is quite useful and complete. However, sometimes it's a bit too strict and cumbersome. Also, we usually need to load too many common DateTime components when we build a web application. That's not DRY. So, here's a factory to m...

ISHIGAKI/DateTimeX-Web-0.09 - 01 Jan 2020 19:23:37 UTC - Search in distribution

DateTimeX::AATW - DateTime All Around The World River stage zero No dependents

This module intends to make it easy to find what time or hour it is for every time zone known to DateTime::TimeZone::Catalog and provide easy lookup functions for that data based on a single DateTime object. The inital reason for creating this module...

KMCGRATH/DateTimeX-AATW-0.04 - 01 Jun 2009 20:43:55 UTC - Search in distribution

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

DateTimeX::Easy - Parse a date/time string using the best method available River stage two • 12 direct dependents • 59 total dependents

DateTimeX::Easy makes DateTime object creation quick and easy. It uses a variety of DateTime::Format packages to do the bulk of the parsing, with some custom tweaks to smooth out the rough edges (mainly concerning timezone detection and selection)....

JJNAPIORK/DateTimeX-Easy-0.091 - 23 Sep 2022 13:49:38 UTC - Search in distribution

DateTimeX::Lite - A Low Calorie DateTime River stage zero No dependents

This is a lightweight version of DateTime.pm, which requires no XS, and aims to be light(er) than the original, for a given subset of the problems that the original DateTime.pm can solve. The idea is to encourage light users to use DateTime compatibl...

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

DateTimeX::Start - Find the time at which a day starts. River stage zero No dependents

In Sao Paulo, in the night of Oct 19th, 2013, the clocks went from 23:59:59 to 01:00:00. That's just one example of the fact that not all days have a midnight hour. This module provides a mean of determining when a particular day (or month or year) s...

IKEGAMI/DateTimeX-Start-v1.6.0 - 02 Nov 2016 07:02:01 UTC - Search in distribution

DateTimeX::Format - Moose Roles for building next generation DateTime formats River stage zero No dependents

This Moose::Role provides an environment at instantation which can be overriden in the call to parse_data by supplying a hash of the environment. All of the DateTime based methods, locale and time_zone, coerce in accordence to what the docs of MooseX...

ECARROLL/DateTimeX-Format-1.04 - 14 Dec 2011 16:57:56 UTC - Search in distribution

DateTimeX::Moment - EXPERIMENTAL DateTime like interface for Time::Moment River stage zero No dependents

TODO: write it...

KARUPA/DateTimeX-Moment-0.06 - 21 Jun 2019 21:43:05 UTC - Search in distribution

DateTimeX::Period - Provides safe methods to get start and end of period in all timezones. River stage zero No dependents

DateTimeX::Period provides easy yet safe methods to work in period context such as a day for all timezones. It is a subclass of DateTime, thus benefits from its great caching. It is recommended practise to work in UTC and switch to specific timezones...

VYTAS/DateTimeX-Period-0.03 - 02 Sep 2014 21:14:54 UTC - Search in distribution

DateTimeX::ymdhms - more easily output date and time of your DateTime. River stage zero No dependents

Adds easy to use methods for outputting date and time....

TORBJORN/DateTimeX-ymdhms-v0.0.2 - 23 Oct 2013 09:04:00 UTC - Search in distribution

DateTimeX::Factory - DateTime factory module with default options. River stage zero No dependents

DateTime factory module with default options. This module include wrapper of default constructors and some useful methods....

TAKUJI/DateTimeX-Factory-1.00 - 14 May 2013 15:05:51 UTC - Search in distribution

DateTimeX::TO_JSON - Adds a TO_JSON method to DateTime River stage zero No dependents

Adds a TO_JSON method to DateTime so that JSON and other JSON serializers can serialize it when it encounters it a data structure. Can be given an optional DateTime formatter on import such as DateTime::Format::RFC3339. Any formatter that supports ne...

SHUMPHREY/DateTimeX-TO_JSON-0.0.2 - 17 Mar 2014 11:24:47 UTC - Search in distribution

DateTimeX::Seinfeld - Calculate Seinfeld chain length River stage zero No dependents

DateTimeX::Seinfeld calculates the maximum Seinfeld chain length from a sorted list of DateTime objects. The term "Seinfeld chain" comes from advice attributed to comedian Jerry Seinfeld. He got a large year-on-one-page calendar and marked a big red ...

CJM/DateTimeX-Seinfeld-1.000 - 11 Jan 2014 17:13:16 UTC - Search in distribution

DateTimeX::Immutable - An immutable subclass of DateTime River stage one • 1 direct dependent • 1 total dependent

This is subclass of DateTime which throws an exception when methods that modify the object are called. Those methods are replaced with new methods that leave the original object untouched, and return a new "DateTimeX::Immutable" object with the expec...

MGRIMES/DateTimeX-Immutable-0.36 - 16 Oct 2015 15:00:30 UTC - Search in distribution

DateTimeX::strftimeq - POSIX::strftime() with support for embedded perl code in %(...)q River stage one • 3 direct dependents • 5 total dependents

This module provides "strftimeq()" which extends POSIX's "strftime()" with a conversion: "%(...)q". Inside the parenthesis, you can specify Perl code. The Perl code will receive a hash argument (%args) with the following keys: "time" (arrayref, the a...

PERLANCAR/DateTimeX-strftimeq-0.006 - 01 Feb 2020 02:01:59 UTC - Search in distribution

DateTimeX::Format::Ago - I should have written this module "3 years ago" River stage one • 2 direct dependents • 2 total dependents

Ever wished DateTime::Format::Natural had a "format_datetime" method? This module provides human-friendly datetime formatting, outputting strings like "3 days ago". Primary use case: websites that show a list of a person's recent activities. Construc...

TOBYINK/DateTimeX-Format-Ago-0.005 - 28 Sep 2014 08:44:24 UTC - Search in distribution

DateTimeX::Format::Excel - Microsofty conversion of Excel epochs River stage one • 2 direct dependents • 2 total dependents

Excel uses a different system for its dates than most Unix programs. This package allows you to convert between the Excel raw format and and DateTime objects, which can then be further converted via any of the other DateTime::Format::* <https://metac...

JANDREW/DateTimeX-Format-Excel-v0.14.0 - 15 May 2016 04:09:52 UTC - Search in distribution

DateTimeX::Tiny::Compact - DateTime::Tiny but uses less space River stage one • 1 direct dependent • 1 total dependent

EXPERIMENTAL. DateTimeX::Tiny::Compact is a fork of DateTime::Tiny. It uses Class::Accessor::PackedString::Set to create objects based on "pack()"-ed string which is compact....

PERLANCAR/DateTimeX-Tiny-Compact-0.002 - 19 Oct 2017 08:15:40 UTC - Search in distribution

MooseX::Types::DateTimeX - Extensions to MooseX::Types::DateTime::ButMaintained River stage one • 2 direct dependents • 2 total dependents

This module builds on MooseX::Types::DateTime to add additional custom types and coercions. Since it builds on an existing type, all coercions and constraints are inherited. The package name is left as is for legacy reasons: this module is really a T...

ECARROLL/MooseX-Types-DateTimeX-0.10 - 21 Sep 2010 15:55:00 UTC - Search in distribution

DateTimeX::Duration::Lite - Duration objects for date math (lite version) River stage one • 1 direct dependent • 1 total dependent

EXPERIMENTAL, EARLY RELEASE. This class is an alternative to DateTime::Duration. The goal is to provide a reasonably compatible interface with less {startup overhead, code, memory usage}....

PERLANCAR/DateTimeX-Duration-Lite-0.002 - 19 Oct 2017 08:12:50 UTC - Search in distribution
47 results (0.042 seconds)