Download List

프로젝트 설명

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

이 릴리스에는 "AMPM"및 추가 "meridiam"방법.
Tags: Minor feature enhancements
This release adds "ampm" and "meridiam" methods.

2005-11-06 23:01
1.1.8

이 릴리스 Env에 대한 지원을 추가합니다 : : C 모듈, 그리고 mod_perl 문제와 스레드 안전에 대한 설명서를 추가합니다.
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

이 릴리스의 수정 날짜 버그 : : 구문을 지원합니다.
Tags: Minor bugfixes
This release fixes a bug in Date::Parse support.

2003-03-17 23:16
1.1.6

새 구성 변수, NOTZ_TIMEZONE 도입되었습니다. 만약 날짜 시간대 NOTZ_TIMEZONE 동일 모듈은 현재 TZ 환경 변수를 제거합니다. 이 방법은 모듈의 클래스의 행동을 모방하려고 시도합니다 : : 날짜 1.0.x, 그래서 그것 작업할 수있습니다 (일부) 깨진 TZ로 처리 시스템.
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과 timegm 다시 한번이 날짜는 그리니치 표준시 시간대가 사용됩니다. 이) 적어도 두 시간대의 시스템을 어디에 시간대 (그리니치 표준시 작동하지 않는 경우에 유용하고 로컬 시간대 않습니다. 설명서도 약간 불통입니다.
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