Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fglock/datetime-incomplete
An incomplete datetime, like January 5
https://github.com/fglock/datetime-incomplete
Last synced: about 2 months ago
JSON representation
An incomplete datetime, like January 5
- Host: GitHub
- URL: https://github.com/fglock/datetime-incomplete
- Owner: fglock
- License: other
- Created: 2012-12-16T17:44:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T17:33:01.000Z (over 3 years ago)
- Last Synced: 2024-10-11T21:43:33.657Z (2 months ago)
- Language: Perl6
- Size: 234 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
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