Skip to content

Commit

Permalink
Test suite build: default to America/Los_Angeles timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed May 23, 2012
1 parent 24440cd commit d44d0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/config.sample.inc.php
Expand Up @@ -82,6 +82,7 @@
// $THINKUP_CFG['db_name'] = 'your_test_database_name'; //by default, thinkup_tests
$THINKUP_CFG['cache_pages'] = false;
$THINKUP_CFG['debug'] = true;
$THINKUP_CFG['timezone'] = 'America/Los_Angeles';
ini_set('error_reporting', E_STRICT);
}

Expand Down

0 comments on commit d44d0e0

Please sign in to comment.