in reply to date conversion

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");

Regards,
Murugesan Kandasamy.