<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 9 Feb 2020 at 14:41, Rajil Saraswat <<a href="mailto:rajil.s@gmail.com">rajil.s@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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></blockquote><div><br></div><div dir="ltr">In /etc/php.ini:<div><br></div><div>; Local Variables:<br>max_input_vars = 8000<br>date.timezone = "Australia/Sydney"<br></div><div><br></div><div>The max_input_vars setting is useful in some MythWeb pages, especially the channel editor.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr"></div></div><div> </div></div></div>