Skip to content

Commit 35f87ef

Browse files
committed
Use correct UTC timezone string
1 parent e1103e5 commit 35f87ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function main() {
3939

4040
GlobalErrorHandler::createOverrides();
4141

42-
date_default_timezone_set('UTC');
42+
date_default_timezone_set('Etc/UTC');
4343

4444
Common::$config = json_decode(file_get_contents(
4545
__DIR__ . "/../etc/config.phoenix.json"

0 commit comments

Comments
 (0)