freebsd-ports/devel/p5-DateTime-Format-DateParse/pkg-descr
Adam Weinberger 0c926073ff Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
2018-08-01 16:33:11 +00:00

11 lines
600 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 cannot be parsed by DateTime::TimeZone, the returned
DateTime object will have UTC timezone.
WWW: https://metacpan.org/release/DateTime-Format-DateParse