elbee has asked for the wisdom of the Perl Monks concerning the following question:
Hi elbee,
Try Date::Manip.
use Date::Manip; #$date is the date needed to be converted to other timezone format.... +.. $date = Date_ConvTZ($date,"GMT","EST"); [download]
Regards,Murugesan Kandasamy.