From 8c2283dbb5ed9b5e9deb011856fdc787691f4e2f Mon Sep 17 00:00:00 2001 From: lacatoire Date: Wed, 2 Sep 2026 10:07:29 +0200 Subject: [PATCH] sync: add note about timezone fallback to UTC in PHP 8.2 --- appendices/migration82/other-changes.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/appendices/migration82/other-changes.xml b/appendices/migration82/other-changes.xml index 6c1962ced..aa5775d7c 100644 --- a/appendices/migration82/other-changes.xml +++ b/appendices/migration82/other-changes.xml @@ -1,6 +1,5 @@ - - + Otros cambios @@ -125,6 +124,11 @@ compararse con 0. Las propiedades de DatePeriod ahora están correctamente declaradas. + + + La zona horaria predeterminada usará UTC si la configuración ini + date.timezone no está definida. +