Set timezone to UTC
This commit is contained in:
parent
6b4bc55c28
commit
46eca744e3
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
require('PatchObject.php');
|
||||
require('Database.php');
|
||||
|
||||
date_default_timezone_set('UTC');
|
||||
$db = new Database(__DIR__ . '/db.json');
|
||||
if (!$db->load()) {
|
||||
exit(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue