aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Format-DateParse
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.05Philip M. Gollucci2010-06-062-4/+4
| | | | | | | | | | PR: ports/147369 Approved by: svysh@pn.sinp.msu.ru (maintainer) Submitted by: myself (pgollucci@) Changes: http://search.cpan.org/dist/DateTime-Format-DateParse/Changes Notes: svn path=/head/; revision=255934
* This module is a compatibility wrapper around Date::Parse.Martin Wilke2008-06-284-0/+43
Provides a tool to process different combinations of dates and zones values. If a date doesn't contain a timezone suffix, and zone parameter is not set, then the timezone of the returned DateTime object will be set to the local timezone. This is consistent with the behavior of Date::Parse. If no zone is specified and the date string does specify a timezone/offset or if a zone format can not be parsed by DateTime::TimeZone, the returned DateTime object will have UTC timezone. WWW: http://search.cpan.org/dist/DateTime-Format-DateParse/ PR: ports/124852 Submitted by: svysh at pn.sinp.msu.ru Notes: svn path=/head/; revision=215882