Skip to content

Commit

Permalink
Merge pull request #321 from joomla/migration/deprecation/date
Browse files Browse the repository at this point in the history
Add deprecate entry for $gmt and $stz in Date class
  • Loading branch information
HLeithner authored Oct 19, 2024
2 parents 17b80e7 + e19081f commit addcf82
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion migrations/54-60/removed-backward-incompatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit addcf82

Please sign in to comment.