第25行:
第25行:
// Set the time.
// Set the time.
var hh = (now.getUTCHours() + 8);
var hh = (now.getUTCHours() + 8);
−
while(hh > 24) {hh -= 24;}
+
while(hh >= 24) {hh -= 24;}
var mm = now.getUTCMinutes();
var mm = now.getUTCMinutes();
var ss = now.getUTCSeconds();
var ss = now.getUTCSeconds();