Skip to content

dd-b/DateTime-Incomplete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 59.4%
  • Perl 40.6%