[Solar-svn] Revision 3269

pmjones at solarphp.com pmjones at solarphp.com
Mon Jul 28 08:42:30 CDT 2008


system/config: [FIX] Add 'date.timezone' setting.  Thanks, Jeff Surgeson!


Modified: system/config/Solar.config.php
===================================================================
--- system/config/Solar.config.php	2008-07-28 02:48:18 UTC (rev 3268)
+++ system/config/Solar.config.php	2008-07-28 13:42:30 UTC (rev 3269)
@@ -22,6 +22,7 @@
     'display_errors'    => true,
     'html_errors'       => true,
     'session.save_path' => "$system/tmp/session/",
+    'date.timezone'     => 'UTC',
 );
 
 




More information about the Solar-svn mailing list