Actions
Bug #5045
closedLast views not storing as UTC
Description
When a view is stored it's using NOW, but this will be offset based off database timezone. We want storage to always be in UTC so we need to use our UTC date function to ensure this happens.
https://www.joomlapolis.com/forum/153-professional-member-support/228235-cb-last-views-301
If we don't store in UTC you end up with completely messed up offset handling as the offset changes depending on the user, the Joomla configuration, and the server.
Actions