Ciao,
prova cosi
Codice PHP:<body onload="ora_di_greenwich();">
<script type="text/javascript">
function ora_di_greenwich() {
localDate = new Date();
UTCoffset = localDate.getTimezoneOffset();
data = localDate.toGMTString()+ " OffSet " + UTCoffset
document.riferimento.greenwich.value=data;
setTimeout("ora_di_greenwich()",1000);
}
</script>
Massimo

Rispondi quotando