I'm trying to convert something like 2005-01-28 10:23:59 My OS uses the CET time zone, so the perl-script convert the date to UTC ( -1 hour).
But the input date is already UTC.......
Any suggestions how I change the timezone inside this script using Time::Local ?