3b483331a1
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
11 lines
601 B
Text
11 lines
601 B
Text
This module is a compatibility wrapper around Date::Parse.
|
|
|
|
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/
|