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.
Updated by krileon almost 10 years ago
- Description updated (diff)
- Status changed from New to Assigned
- Assignee set to krileon
- Target version set to CB 2.0.6
Updated by krileon almost 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !759
Actions