Update of /cvsroot/fink/web/bindist
In directory vz-cvs-3.sog:/tmp/cvs-serv11511/bindist

Modified Files:
        index.php 
Log Message:
PHP already defaults to UTC =)


Index: index.php
===================================================================
RCS file: /cvsroot/fink/web/bindist/index.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- index.php   26 Jun 2011 23:30:37 -0000      1.12
+++ index.php   31 Mar 2012 23:20:44 -0000      1.13
@@ -1,6 +1,9 @@
 <?
 /* index.php */
 
+// set default timezone
+date_default_timezone_set('UTC');
+
 // get directory level and calculate path to top
 if (!isset($level)) $level = 0;
 if (!isset($symlinked)) $symlinked = 0;


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to