[geeklog-cvs] geeklog-1.3 config.php,1.122,1.123

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon Jul 26 11:31:00 EDT 2004


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv26363

Modified Files:
	config.php 
Log Message:
Integrated the notorious timezone hack ...


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -d -r1.122 -r1.123
*** config.php	26 Jul 2004 14:32:44 -0000	1.122
--- config.php	26 Jul 2004 15:30:57 -0000	1.123
***************
*** 241,244 ****
--- 241,256 ----
  $_CONF['default_charset'] = 'iso-8859-1';
  
+ // "Timezone Hack"
+ // If your webserver is located in a different timezone than yourself but you
+ // prefer Geeklog to post stories in your local time, then set your local
+ // timezone here.
+ //
+ // Please note that this does not work when safe_mode is on!
+ //
+ // For more information, see this discussion on geeklog.net:
+ // http://www.geeklog.net/forum/viewtopic.php?forum=10&showtopic=21232
+ // $_CONF['timezone'] = 'Etc/GMT-6'; // e.g. 6 hours behind GMT
+ 
+ 
  // +---------------------------------------------------------------------------+
  // | SITE STATUS                                                               |




More information about the geeklog-cvs mailing list