From e19081f5f0a3a77a93c27a1b343c760c9b2b3f49 Mon Sep 17 00:00:00 2001 From: Harald Leithner Date: Sat, 19 Oct 2024 12:32:53 +0200 Subject: [PATCH] Add deprecate entry for $gmt and $stz in Date class --- migrations/54-60/removed-backward-incompatibility.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/migrations/54-60/removed-backward-incompatibility.md b/migrations/54-60/removed-backward-incompatibility.md index ba281bd0..79c8361f 100644 --- a/migrations/54-60/removed-backward-incompatibility.md +++ b/migrations/54-60/removed-backward-incompatibility.md @@ -26,4 +26,9 @@ There should be an explanation of how to mitigate the removals / changes. ### 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. +- Description: To unify the code base, all instances do use or fallback to UTC timezone. Make sure that your code doesn't do a check against GMT string. + +### Removed legacy b/c code in \Joomla\CMS\Date\Date Class + +- PR: https://github.com/joomla/joomla-cms/pull/43959 +- Description: Removed Date::$gmt and Date::$stz variables and related code. If you extend the \Joomla\CMS\Date\Date class make sure not to depend on them any longer. \ No newline at end of file