開啟主選單
首頁
隨機
登入
設定
關於Akarin
免責聲明
Akarin
搜尋
變更
← 較舊編輯
MediaWiki:Gadget-UTCP8LiveClock.js
(檢視原始碼)
於 2020年6月3日 (三) 01:00 的修訂
增加 1 位元組
、
2020年6月3日 (三) 01:00
小
// Edit via Wikiplus
第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();
One-Six
161
次編輯