JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
set timezone in code/config.php
[wfpl-cms.git] / 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');