[mapguide-commits] r8041 - trunk/MgDev/Oem/LinuxApt

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Apr 14 07:04:04 PDT 2014


Author: jng
Date: 2014-04-14 07:04:04 -0700 (Mon, 14 Apr 2014)
New Revision: 8041

Modified:
   trunk/MgDev/Oem/LinuxApt/php.ini-mapguide
Log:
Set a default PHP timezone for the Linux php.ini

Modified: trunk/MgDev/Oem/LinuxApt/php.ini-mapguide
===================================================================
--- trunk/MgDev/Oem/LinuxApt/php.ini-mapguide	2014-04-14 12:21:19 UTC (rev 8040)
+++ trunk/MgDev/Oem/LinuxApt/php.ini-mapguide	2014-04-14 14:04:04 UTC (rev 8041)
@@ -665,6 +665,11 @@
 ; Module Settings ;
 ;;;;;;;;;;;;;;;;;;;
 
+[Date]
+; Defines the default timezone used by the date functions
+; http://php.net/date.timezone
+date.timezone = 'UTC'
+
 [Syslog]
 ; Whether or not to define the various syslog variables (e.g. $LOG_PID,
 ; $LOG_CRON, etc.).  Turning it off is a good idea performance-wise.  In



More information about the mapguide-commits mailing list