1Link: https://www.dokuwiki.org/plugin:timezoneco 2 3====== timezoneco Plugin ====== 4 5---- plugin ---- 6description: This plugin add a timezone configuration field for you to set up your dokuwiki timezone 7author : beco 8email : rcb@beco.cc 9type : action 10lastupdate : 2026-02-26 11compatible : Librarian 12depends : 13conflicts : 14similar : 15tags : timezone 16 17downloadurl: https://github.com/drbeco/timezoneco/archive/master.zip 18bugtracker : https://github.com/drbeco/timezoneco/issues 19sourcerepo : https://github.com/drbeco/timezoneco 20donationurl: 21 22screenshot_img : https://raw.github.com/drbeco/timezoneco/master/timezoneco.png 23---- 24 25===== Installation ===== 26 27Install the plugin using the DokuWiki Extension Manager or download it from GitHub. No core file editing required. 28 29===== Configuration and Settings ===== 30 31Go to Admin > Configuration Settings. Under the **Timezone changer plugin** section, select your timezone from the dropdown list. Leave it empty to use the server default. 32 33The list contains all valid [[https://www.php.net/manual/en/timezones.php|PHP timezone strings]]. 34 35===== Development ===== 36 37=== Change Log === 38 39 * **2026-02-26** 40 * Modernized: no longer requires editing ''inc/init.php'' 41 * Uses DokuWiki's event system (''DOKUWIKI_STARTED'' hook) to set the timezone 42 * Timezone setting is now a dropdown instead of free-text 43 * Added Portuguese (pt-br) and Italian translations 44 * Survives DokuWiki upgrades without manual intervention 45 * **2022-02-24** 46 * A bug fix that prevented manager.dat to realize the plugin was already up to date 47 * **2021-10-17** 48 * Initial release 49 50=== Known Bugs and Issues === 51 52None known. 53 54=== ToDo/Wish List === 55 56 * In hope someday this plugin would cease to exist by adding this functionality to the very core of DokuWiki. 57 58 59===== Discussion ===== 60 61//Add discussion at issue tracker:// 62 63[[https://github.com/drbeco/timezoneco/issues]] 64 65