I am not sure but in the following example why not add a +1 next to hour in the formula and see if that works.
<SCRIPT language="JavaScript">
<!--
var time = new Date()
var hour = time.getHours()
var min = time.getMinutes()
var sec = time.getSeconds()
document.write(hour + ":" + min + ":" + sec)
//-->
</SCRIPT>
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
Offline 85 posts
since Oct 2003