Open kucrut opened 11 years ago
I'm actually getting this error no matter what my timezone is set to.
Trying to figure this out.
Can't say I no much about this but I found some help on this post: http://wordpress.org/support/topic/error-unknown-or-bad-timezone.
Before the error, none of the feeds were showing.
If I add this starting on line 368:
if (empty($tzstring)) { // set the Etc zone if no timezone string exists if ($current_offset < 0) $offnum = - ceil($current_offset); else $offnum = - floor($current_offset); $tzstring = 'Etc/GMT' . (($offnum >= 0) ? '+' : '') . $offnum; $tzstring='Europe/Paris'; }
Then the error goes away, and the feeds show up again. But I honestly don't know why and would love someone to explain it to me.
When timezone is set to default (UTC+0), feeds can't be added and an exception is thrown: