aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Format-DateParse/pkg-descr
blob: 68d25771e358ee463176ead4efc8e3e344d73ebd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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/