From 846015e2721e12d0c44f07cde751987e97ac81b1 Mon Sep 17 00:00:00 2001 From: "Hans Krentel (hakre)" Date: Sat, 11 Apr 2026 23:55:41 +0200 Subject: [PATCH] run tests with UTC as default date.timezone add date.timezone=UTC to the INI overwrites in run-tests.php. refs: #21665 --- run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.php b/run-tests.php index 195d17fa0a03..e4a4563f93fc 100755 --- a/run-tests.php +++ b/run-tests.php @@ -304,6 +304,7 @@ function main(): void 'zend.exception_ignore_args=0', 'zend.exception_string_param_max_len=15', 'short_open_tag=0', + 'date.timezone=UTC', ]; $no_file_cache = '-d opcache.file_cache= -d opcache.file_cache_only=0';