Extension:AllTimeZones

Category:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
AllTimeZones
Release status: stableCategory:Stable extensions
Implementation Tag Category:Tag extensions
Description Lets you put dates in all timezones in a page
Author(s) Nischay Nahata (Nischayn22talk)
Latest version 0.2.0 (2014-03-31)
MediaWiki 1.17+Category:Extensions with manual MediaWiki version
PHP 5.3+
Database changes No
License GNU General Public License 3.0 only
Download Category:Extensions in Wikimedia version control
README
  • <timezone>
Quarterly downloads 2 (Ranked 93rd)
Translate the AllTimeZones extension if it is available at translatewiki.net
Category:All extensions

The AllTimeZones extension lets you put dates in all timezones in a page.

Usage

<timezone time="Tuesday, April 3, 2012 11:06:46 PM" zone="Asia/Kolkata" />

Installation

  • Download and move the extracted AllTimeZones folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AllTimeZones
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'AllTimeZones' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:GPL licensed extensions Category:ParserFirstCallInit extensions Category:Stable extensions Category:Tag extensions