Actions
Bug #3535
closedRegistration date set by CB isn't using database now
Description
Current usage is using PHP date, which Joomla changes the default timezone of resulting in the registration date storing with timezone applied.
Files
Actions
#1
Updated by krileon over 12 years ago
- File 3535-part1.patch 3535-part1.patch added
- File 3535-part2.patch 3535-part2.patch added
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Patch fixes the datedbnow to properly set timezone to UTC on J1.6+ (previous Joomla version behavior remains same). It also adds caching and adds a variable to determine if format should be with (default) or without time. It then applies the new datedbnow function to the registration date as offset is added on display.
Updated by beat over 12 years ago
- Target version changed from CB 1.8.1 to CB 1.9
Updated by beat about 12 years ago
- Status changed from Resolved to Closed
- Estimated time set to 3:00 h
Fixed as suggested in r1890 .
Thank you Kyle.
Actions