<?php

$ref = mktime(0,0, 0, 1, 1, 2001); $ref += 3600; //GMT to CET echo date(“Y-m-d H:i:s”,222470455.150228 + $ref);

?>