in reply to Re^3: TimeZone Error?
in thread TimeZone Error?
while parsedate doesn't know 'MEZ' (or 'mez),$mez = tz_offset('MEZ'); # correct $met = tz_offset('met'); # correct
Carl$gmt = parsedate( "$d $t", ZONE => 'MEZ'); #false $met = parsedate( "$d $t", ZONE => 'MET'); #correct
|
|---|