JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
set timezone in code/config.php
authorJason Woofenden <jason@jasonwoof.com>
Thu, 12 Apr 2012 00:43:13 +0000 (20:43 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 12 Apr 2012 00:43:13 +0000 (20:43 -0400)
code/config.php

index 9ab25ea..6c873b0 100644 (file)
@@ -4,6 +4,7 @@ define('WFPL_DB', 'fixme');
 define('WFPL_DB_USER', 'fixme');
 define('WFPL_DB_PASS', 'fixme');
 # CMS login passwords are stored in the database. See admin_admins.php
+date_default_timezone_set('America/New_York');
 
 
 require_once('code/wfpl/format.php');