in reply to Re: Date::Manip and date
in thread Date::Manip and date
and Date::Manip handles all time zones just like the DateTime modules.use Date::Manip::Date; my $date = new Date::Manip::Date; $date->parse('1988-12-13'); print $date->printf('%O -> %s');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Date::Manip and date
by zwon (Abbot) on Jul 09, 2015 at 22:21 UTC | |
by SBECK (Chaplain) on Jul 10, 2015 at 11:45 UTC |