Download List

Descripción del Proyecto

Class::Date provides a date datatype for Perl. You
can create new Class::Date objects with a
constructor from different scalar formats, array
refs, and hash refs, and then you can easily
manipulate it by the builtin "+" and "-" operators
(e.g., $date=date([2001,03,15])+'3Y 1s'). Relative
date types also available.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-05-15 02:14
1.1.9

Esta versión incluye el "AMPM" y "Meridiam" métodos.
Tags: Minor feature enhancements
This release adds "ampm" and "meridiam" methods.

2005-11-06 23:01
1.1.8

Esta versión incluye el soporte para el env:: módulo C, y agrega la documentación sobre las cuestiones de seguridad y mod_perl hilo.
Tags: Minor feature enhancements
This release adds support for the Env::C module, and adds documentation about mod_perl issues and thread safety.

2003-08-21 01:25
1.1.7

Esta versión corrige un error en Date:: Parse apoyo.
Tags: Minor bugfixes
This release fixes a bug in Date::Parse support.

2003-03-17 23:16
1.1.6

Una variable de configuración nueva, NOTZ_TIMEZONE, se ha introducido. El módulo de ahora elimina la variable de entorno TZ, si la zona horaria de la fecha es la misma que NOTZ_TIMEZONE. De esta manera, el módulo se intenta imitar el comportamiento de la clase:: Fecha 1.0.x, de modo que puede trabajar (en parte) en sistemas con el manejo TZ roto.
Tags: Minor bugfixes
A new configuration variable, NOTZ_TIMEZONE, has been introduced. The module now removes the TZ environment variable if the timezone of the date is the same as NOTZ_TIMEZONE. This way, the module tries to mimic the behaviour of Class::Date 1.0.x, so that it can work (partially) on systems with broken TZ handling.

2003-02-06 03:08
1.1.5

gmtime y timegm una vez más utilizado para las fechas que tienen una zona horaria GMT. Esto hace al menos dos zonas horarias utilizables en los sistemas en la zona horaria no está trabajando (GMT y la zona horaria local). La documentación también está un poco ajustado.
gmtime and timegm are once again used for dates which have a GMT timezone. This makes at least two timezones usable on systems where the timezone is not working (GMT and the local timezone). The documentation is also tweaked a bit.

Project Resources