<div dir="ltr"><div>Hello,</div><div>The timezone on my mythweb session is incorrect. The only way to fix was to comment out in /usr/share/mythtv/mythweb/includes/init.php the following line</div><div><br></div><div>MythBackend::find()->setTimezone();</div><div><br></div><div>This function is in /usr/share/mythtv/bindings/php/MythBackend.php and seems to query the timezone from backend,</div><div><br></div><div>$response = $this->sendCommand('QUERY_TIME_ZONE');</div><div><br></div><div>My guess is that the backend is reporting the incorrecting timezone. Where do i set the timezone on the backend?</div><div><br></div><div>Thanks<br></div></div>