mattbk / changeblindness

Cloned from https://github.com/rjelierse/changeblindnesstest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set timezone so results are useful

mattbk opened this issue · comments

Set it in settings.json? Right now I think it is server time or GMT.

Set in settings.json using one of these codes: http://php.net/manual/en/timezones.php (local here is America/Chicago)
Set in index.php using http://php.net/manual/en/function.date-default-timezone-set.php.