<html>
<body>
<script type="text/javascript">
var d = new Date()
document.write("The local time zone is: GMT "
+ d.getTimezoneOffset()/60)
</script>
</body>
</html>