From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

(function ($, undefined) {

    function showTime($target) {

        var dateNode = UTCLiveClockConfig.node;

        if (!dateNode) {

            return;

        }



        var now = new Date(),

            hh = now.getUTCHours(),

            mm = now.getUTCMinutes(),

            ss = now.getUTCSeconds(),

            dd = now.getUTCDate(),

            months = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],

            month = monthsnow.getUTCMonth()],

            year = now.getUTCFullYear();



        if ($target === undefined) {

            $target = $(dateNode).find('a:first');

        }



        var time = (hh < 10 ? '0' + hh : hh) + ':' + (mm < 10 ? '0' + mm : mm)

            + ':' + (ss < 10 ? '0' + ss : ss) + ', ' + (dd < 10 ? '0' + dd : dd) 

            + ' ' + month + ' ' + year + ' (UTC)';

        $target.text(time);



        setTimeout(function () {

            showTime($target);

        }, 1000);

    }



    $(function () {

        mw.util.addCSS('#utcdate a { font-weight: bolder; font-size: 120%; }');



        if (window.UTCLiveClockConfig === undefined) {

            window.UTCLiveClockConfig = {};

        }



        var portletId = UTCLiveClockConfig.portletId || 'p-personal',

            nextNode = UTCLiveClockConfig.nextNodeId ? '#' + UTCLiveClockConfig.nextNodeId : undefined;

        UTCLiveClockConfig.node = mw.util.addPortletLink(portletId,

            mw.config.get('wgScript') + '?title='

                + encodeURIComponent(mw.config.get('wgPageName')) + '&action=purge',

            '', 'utcdate', undefined, undefined, nextNode);



        if (!UTCLiveClockConfig.node) {

            return;

        }



        showTime();

    });

})(jQuery);



// [[Category:Wikipedia scripts]]
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

(function ($, undefined) {

    function showTime($target) {

        var dateNode = UTCLiveClockConfig.node;

        if (!dateNode) {

            return;

        }



        var now = new Date(),

            hh = now.getUTCHours(),

            mm = now.getUTCMinutes(),

            ss = now.getUTCSeconds(),

            dd = now.getUTCDate(),

            months = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],

            month = monthsnow.getUTCMonth()],

            year = now.getUTCFullYear();



        if ($target === undefined) {

            $target = $(dateNode).find('a:first');

        }



        var time = (hh < 10 ? '0' + hh : hh) + ':' + (mm < 10 ? '0' + mm : mm)

            + ':' + (ss < 10 ? '0' + ss : ss) + ', ' + (dd < 10 ? '0' + dd : dd) 

            + ' ' + month + ' ' + year + ' (UTC)';

        $target.text(time);



        setTimeout(function () {

            showTime($target);

        }, 1000);

    }



    $(function () {

        mw.util.addCSS('#utcdate a { font-weight: bolder; font-size: 120%; }');



        if (window.UTCLiveClockConfig === undefined) {

            window.UTCLiveClockConfig = {};

        }



        var portletId = UTCLiveClockConfig.portletId || 'p-personal',

            nextNode = UTCLiveClockConfig.nextNodeId ? '#' + UTCLiveClockConfig.nextNodeId : undefined;

        UTCLiveClockConfig.node = mw.util.addPortletLink(portletId,

            mw.config.get('wgScript') + '?title='

                + encodeURIComponent(mw.config.get('wgPageName')) + '&action=purge',

            '', 'utcdate', undefined, undefined, nextNode);



        if (!UTCLiveClockConfig.node) {

            return;

        }



        showTime();

    });

})(jQuery);



// [[Category:Wikipedia scripts]]

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook