開啟主選單
首頁
隨機
登入
設定
關於Akarin
免責聲明
Akarin
搜尋
變更
← 較舊編輯
較新編輯 →
MediaWiki:Gadget-UTCLiveClock.js
(檢視原始碼)
於 2020年6月2日 (二) 10:52 的修訂
增加 48 位元組
、
2020年6月2日 (二) 10:52
小
無編輯摘要
行 6:
行 6:
*
*
* Revision: November 2017
* Revision: November 2017
+
* Tweaked by local sysop on June 2020
* Source: https://www.mediawiki.org/wiki/MediaWiki:Gadget-UTCLiveClock.js
* Source: https://www.mediawiki.org/wiki/MediaWiki:Gadget-UTCLiveClock.js
*
*
行 45:
行 46:
var mm = now.getUTCMinutes();
var mm = now.getUTCMinutes();
var ss = now.getUTCSeconds();
var ss = now.getUTCSeconds();
−
var time = padWithZeroes( hh ) + ':' + padWithZeroes( mm ) + ':' + padWithZeroes( ss );
+
var time = padWithZeroes( hh ) + ':' + padWithZeroes( mm ) + ':' + padWithZeroes( ss )
+ ' UTC'
;
$target.text( time );
$target.text( time );
One-Six
161
次編輯