plugin:timezoneco
Table of Contents
timezoneco Plugin
Compatible with DokuWiki
- 2023-04-04 "Jack Jackrum" unknown
- 2022-07-31 "Igor" unknown
- 2020-07-29 "Hogfather" yes
- 2018-04-22 "Greebo" unknown
Installation
You need to be a bit savage, I can't lie. It is not plain simple. But it is easy enough.
After installing this plugin in your plugin directory (from github or from the instalation tool), you need to edit the file:
...dokuwiki/public/inc/init.php
Comment line 95:
//date_default_timezone_set(@date_default_timezone_get());
Add the following lines:
if(empty($conf['plugin']['timezoneco']['timezone'])){ date_default_timezone_set(@date_default_timezone_get()); }else{ date_default_timezone_set($conf['plugin']['timezoneco']['timezone']); }
Configuration and Settings
On your admin / configuration settings, find the timezone
field and add a string of your timezone according to PHP timezone strings.
Development
Remember: if you upgrade your dokuwiki, you need to edit the init.php
file again.
Change Log
- 2022-02-24
- A bug fix that prevented manager.dat to realize the plugin was already up to date
- 2021-10-17
- Initial release
Known Bugs and Issues
- There should be a better way
ToDo/Wish List
- In hope someday this plugin would cease to exist by adding this functionality to the very core of Dokuwiki.
Discussion
Add discussion at issue tracker:
plugin/timezoneco.txt · Last modified: 2022-02-25 01:59 by beco