- Issue created by @gribnif
- Status changed to Needs review
over 1 year ago 11:09am 21 June 2023 - Status changed to Fixed
over 1 year ago 3:10pm 30 June 2023 Automatically closed - issue fixed for 2 weeks with no activity.
When the smart date being exported contains a set timezone, this error results:
TypeError: DateTime::setTimezone(): Argument #1 ($timezone) must be of type DateTimeZone
That's because the code is trying to pass a scalar timezone name, rather than a DateTimeZone object.
Please try the attached patch.
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.