From 3eb0a81209c2f3c58bc6732e6e43ac0d1915d0a7 Mon Sep 17 00:00:00 2001 From: Allon Moritz Date: Tue, 13 Aug 2024 15:00:21 +0200 Subject: [PATCH] Doku change for GMT to UTC change --- migrations/54-60/removed-backward-incompatibility.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/migrations/54-60/removed-backward-incompatibility.md b/migrations/54-60/removed-backward-incompatibility.md index 44ce6864..ba281bd0 100644 --- a/migrations/54-60/removed-backward-incompatibility.md +++ b/migrations/54-60/removed-backward-incompatibility.md @@ -22,3 +22,8 @@ There should be an explanation of how to mitigate the removals / changes. - PR: https://github.com/joomla/joomla-cms/pull/42884 - Description: The class `\Joomla\CMS\Application\BaseApplication` and `\Joomla\CMS\Application\CliApplication` respective CLI input classes have been removed. The CMS core code has been switched to use the Application package of the Joomla Framework. Any reference to these classes should be replaced with the namespace `\Joomla\Application`. Cli apps should be replaced by console plugins. +- +### UTC is used instead of GMT + +- PR: https://github.com/joomla/joomla-cms/pull/43912 +- Description: To unify the code base, all instances do use or fallback to UTC timezone. Make sure that your code doesn't do an check against GMT string.