<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Kevin Kuphal wrote:
<blockquote cite="mid45F43C1F.3090002@dls.net" type="cite">
<pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:mythtv@nrudd.com">mythtv@nrudd.com</a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I seem to be having a problem with the new daylight savings time affecting MythWeb. My backend still records shows at the correct time, and displays the correct time in MythWelcome, but if I log in to MythWeb, it shows a time 1 hour ahead of my local time for the current time, as well as any channel listings and upcoming recordings.
For the record, I live in an area without DST changes, so my local time never changes.
Has anyone else seen this issue?
</pre>
</blockquote>
<pre wrap=""><!---->I believe PHP has it's own timezone rules. You probably need to upgrade
them to know the new rules.
Kevin
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
</pre>
</blockquote>
Thanks! I updated /etc/php.ini and added a date.timezone option for my
local timezone. <br>
I restarted apache and now it works perfectly.<br>
</body>
</html>