DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:timezoneco

timezoneco Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" unknown
  • 2023-04-04 "Jack Jackrum" unknown
  • 2022-07-31 "Igor" unknown
  • 2020-07-29 "Hogfather" yes

plugin This plugin add a timezone configuration field for you to set up your dokuwiki timezone

Last updated on
2022-02-24
Provides
Action
Repository
Source

Tagged with timezone

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:

https://github.com/drbeco/timezoneco/issues

plugin/timezoneco.txt · Last modified: 2022-02-25 01:59 by beco

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki