fglock / DateTime-Incomplete

An incomplete datetime, like January 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OVERVIEW

The DateTime::Incomplete module aims to complement the
complete, correct, and easy date/time object implementation (DateTime). 
Currently it handles many date calculations, provides no date math 
(addition and subtraction), and provides many convenient methods 
for retrieving portions of a date/time.

This module properly supports the Olson time zone database, meaning
that historical time zone information, and more importantly, daylight
saving time rules, can be handled transparently, simply by setting the
correct time zone. This is done by using the DateTime::TimeZone
module.

INSTALLATION

To install this module type the following in the distribution
directory:

   perl Makefile.PL
   make
   make test
   make install

About

An incomplete datetime, like January 5

License:Other


Languages

Language:Perl 6 59.4%Language:Perl 40.6%