Bug in getWeeklyHeatmap()
-
Hello,
in getWeeklyHeatmap() Ln680 option timezone_string is retrieved. It can return an empty string (see below) and then $timeZone = new DateTimeZone($timeZoneString) fails in Ln684.
In General settings if you choose a city as a timezone it will save to the “timezone_string” option but if you choose a Manual Offset (UTC+1 for instance) it is saved to the “gmt_offset” option (as “1”) and timezone_string remains empty.
I think it is necessary to check both options to have the real setting.
Kind regards,
David Hernando
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug in getWeeklyHeatmap()’ is closed to new replies.