Table of Contents

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

Known Bugs and Issues

ToDo/Wish List

Discussion

Add discussion at issue tracker:

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