Skip to content

Commit

Permalink
Merge pull request #296 from joomla/gmt
Browse files Browse the repository at this point in the history
Doku change for GMT to UTC change
  • Loading branch information
HLeithner authored Oct 19, 2024
2 parents 3be335f + 3eb0a81 commit 17b80e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions migrations/54-60/removed-backward-incompatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 17b80e7

Please sign in to comment.