Skip to content

Commit ae10dd8

Browse files
authored
remove timezone settings, it's not a common case
If you need set timezone, modify the php.ini to change it. Please make this option up to user.
1 parent cddac3f commit ae10dd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/hyperf.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
ini_set('display_startup_errors', 'on');
66

77
error_reporting(E_ALL);
8-
date_default_timezone_set('Asia/Shanghai');
98

109
! defined('BASE_PATH') && define('BASE_PATH', dirname(__DIR__, 1));
1110
! defined('SWOOLE_HOOK_FLAGS') && define('SWOOLE_HOOK_FLAGS', SWOOLE_HOOK_ALL);

0 commit comments

Comments
 (0)