Hi,
thats a bug. you can fix it, if you add the time you need in php file tz.php.
search this line:
$result = mstrftime($fmt,ec3_to_time($timestamp));
and add:
$result = mstrftime($fmt,ec3_to_time($timestamp)-3600);
at the end of the line “-3600” (this means sub one hour)