Skip to content

Commit d1670fb

Browse files
hakreiluuu1994
authored andcommitted
Add date.timezone=UTC to the INI overwrites in run-tests.php
Supersedes GH-21665 Closes GH-21729
1 parent d64eb79 commit d1670fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-tests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ function main(): void
304304
'zend.exception_ignore_args=0',
305305
'zend.exception_string_param_max_len=15',
306306
'short_open_tag=0',
307+
'date.timezone=UTC',
307308
];
308309

309310
$no_file_cache = '-d opcache.file_cache= -d opcache.file_cache_only=0';

0 commit comments

Comments
 (0)