openbsd-ports/devel/p5-Date-Handler/pkg/DESCR
shell cde0335755 Initial import of Date-Handler-0.08
---

Date::Handler is a container for dates that holds all the methods
to transform itself from Timezone to Timezone and format itself.

Date::Handler is implemented in pure Perl using POSIX modules, it
encapsulates the environment variable TZ for it's time zone management
so you don't have to play with it externally in the implementation.

It uses operator overloading and Delta date objects to calculates
time differences.
2001-08-24 19:25:48 +00:00

12 lines
544 B
Plaintext

Date::Handler is a container for dates that holds all the methods
to transform itself from Timezone to Timezone and format itself.
This module idea comes from an original version written by dLux
(Szabó, Balázs) <dlux@kapu.hu> in his module Class::Date.
Date::Handler is implemented in pure Perl using POSIX modules, it
encapsulates the environment variable TZ for it's time zone management
so you don't have to play with it externally in the implementation.
It uses operator overloading and Delta date objects to calculates
time differences.