Actions
Bug #3530
closedDates are not storing properly with a timezone specified
Bug #3530:
Dates are not storing properly with a timezone specified
Description
When you specify a timezone the offset doesn't calculate properly. Dates are being stored with date( 'Y-m-d' ) and Joomla changes how this PHP function behaves by changing the timezone globally. A new function is needed to change the timezone to UTC, prepare the date, then change it back to whatever it was (this method can be seen in the author content plugin).
Actions