Ambiente windows

$php_timestamp = mktime(0,0,0,1,$excel_timestamp,1970)


Ambiente unix

$php_timestamp = mktime(0,0,0,1,$excel_timestamp,1900);


è dovuto al fatto che excell ha un sistema di date basato su ?? ..
non so come abbiano fatto a decidere come gestire le date .. asd