xref: /plugin/timezoneco/README (revision 0f0955bfd5e862dda2fa4838ad63039881384ab1)
19b2ef685SRuben Carlo Benantetimezoneco plugin for DokuWiki
29b2ef685SRuben Carlo Benante
39b2ef685SRuben Carlo BenanteSet up a different timezone for your dokuwiki
49b2ef685SRuben Carlo Benante
59b2ef685SRuben Carlo Benanteedit dokuwiki/public/inc/init.php
69b2ef685SRuben Carlo Benante
79b2ef685SRuben Carlo BenanteComment line 95:
89b2ef685SRuben Carlo Benante//date_default_timezone_set(@date_default_timezone_get());
99b2ef685SRuben Carlo Benante
109b2ef685SRuben Carlo BenanteAdd lines:
119b2ef685SRuben Carlo Benante
129b2ef685SRuben Carlo Benanteif(empty($conf['plugin']['timezoneco']['timezone'])){
139b2ef685SRuben Carlo Benante    date_default_timezone_set(@date_default_timezone_get());
149b2ef685SRuben Carlo Benante}else{
159b2ef685SRuben Carlo Benante    date_default_timezone_set($conf['plugin']['timezoneco']['timezone']);
169b2ef685SRuben Carlo Benante}
179b2ef685SRuben Carlo Benante
189b2ef685SRuben Carlo Benante
199b2ef685SRuben Carlo Benante
209b2ef685SRuben Carlo BenanteAll documentation for this plugin can be found at
21*0f0955bfSRuben Carlo Benantehttps://github.com/drbeco/timezoneco
229b2ef685SRuben Carlo Benante
239b2ef685SRuben Carlo BenanteIf you install this plugin manually, make sure it is installed in
249b2ef685SRuben Carlo Benantelib/plugins/timezone/ - if the folder is called different it
259b2ef685SRuben Carlo Benantewill not work!
269b2ef685SRuben Carlo Benante
279b2ef685SRuben Carlo BenantePlease refer to http://www.dokuwiki.org/extensions for additional info
289b2ef685SRuben Carlo Benanteon how to install extensions in DokuWiki.
299b2ef685SRuben Carlo Benante
309b2ef685SRuben Carlo Benante
319b2ef685SRuben Carlo Benante
329b2ef685SRuben Carlo Benante
339b2ef685SRuben Carlo Benante----
349b2ef685SRuben Carlo BenanteCopyright (C) Ruben Carlo Benante <rcb@beco.cc>
359b2ef685SRuben Carlo Benante
369b2ef685SRuben Carlo BenanteThis program is free software; you can redistribute it and/or modify
379b2ef685SRuben Carlo Benanteit under the terms of the GNU General Public License as published by
389b2ef685SRuben Carlo Benantethe Free Software Foundation; version 2 of the License
399b2ef685SRuben Carlo Benante
409b2ef685SRuben Carlo BenanteThis program is distributed in the hope that it will be useful,
419b2ef685SRuben Carlo Benantebut WITHOUT ANY WARRANTY; without even the implied warranty of
429b2ef685SRuben Carlo BenanteMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
439b2ef685SRuben Carlo BenanteGNU General Public License for more details.
449b2ef685SRuben Carlo Benante
459b2ef685SRuben Carlo BenanteSee the LICENSING file for details
46