For some reason, my backend is reporting my timezone as New_York when it should be Los_Angeles (I recently moved).  In classes/MythBackened.php, it sets the timezone using date_default_timezone_set to $_SESSION[&#39;backend&#39;][&#39;timezone&#39;][&#39;value&#39;] which is &quot;America/New_York&quot;.  This, despite the fact that my backend (which is on the same machine) is returning PDT date from &quot;date&quot; and /etc/localtime and /etc/timezone are updated to reflect America/Los_Angeles.  Where is my backend getting the idea of New_York, so I can change it?<div>

<br></div><div>Other oddity (maybe related?), I create a brand new foo.php with only the following in the same directory as my mythweb and it gives the error about date.timezone not being set even though it is. Is something in the apache config for mythweb making that be ignored?  The phpinfo() information says it&#39;s reading the file.  A separate folder with a phpinfo behaves normally (no errors/warnings and LA timezone).</div>

<div><br></div><div>foo.php:</div><div><div>&lt;?php echo date_default_timezone_get(); ?&gt;</div><div>&lt;?php echo date(&quot;r&quot;); ?&gt;</div><div>&lt;?php phpinfo(); ?&gt;</div></div><div><br></div><div>result of foo.php:</div>

<div><b style="font-family:sans-serif;font-size:medium">Warning</b><span style="font-family:sans-serif;font-size:medium;background-color:rgb(255,255,255)">: date_default_timezone_get() [</span><a href="http://myth.tv.akwire.net:8080/function.date-default-timezone-get" style="color:rgb(0,0,153);text-decoration:none;background-color:rgb(255,255,255);font-family:sans-serif;font-size:medium">function.date-default-timezone-get</a><span style="font-family:sans-serif;font-size:medium;background-color:rgb(255,255,255)">]: It is not safe to rely on the system&#39;s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected &#39;America/Los_Angeles&#39; for &#39;PDT/-7.0/DST&#39; instead in </span><b style="font-family:sans-serif;font-size:medium">/home/mythweb/public_html/foo.php</b><span style="font-family:sans-serif;font-size:medium;background-color:rgb(255,255,255)"> on line </span><b style="font-family:sans-serif;font-size:medium">1</b><br style="font-family:sans-serif;font-size:medium">

<span style="font-family:sans-serif;font-size:medium;background-color:rgb(255,255,255)">America/Los_Angeles</span><br style="font-family:sans-serif;font-size:medium"><b style="font-family:sans-serif;font-size:medium">Warning</b><span style="font-family:sans-serif;font-size:medium;background-color:rgb(255,255,255)">: date() [</span><a href="http://myth.tv.akwire.net:8080/function.date" style="color:rgb(0,0,153);text-decoration:none;background-color:rgb(255,255,255);font-family:sans-serif;font-size:medium">function.date</a><span style="font-family:sans-serif;font-size:medium;background-color:rgb(255,255,255)">]: It is not safe to rely on the system&#39;s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected &#39;America/Los_Angeles&#39; for &#39;PDT/-7.0/DST&#39; instead in </span><b style="font-family:sans-serif;font-size:medium">/home/mythweb/public_html/foo.php</b><span style="font-family:sans-serif;font-size:medium;background-color:rgb(255,255,255)"> on line </span><b style="font-family:sans-serif;font-size:medium">2</b><br style="font-family:sans-serif;font-size:medium">

<span style="font-family:sans-serif;font-size:medium;background-color:rgb(255,255,255)">Sun, 22 Jul 2012 21:06:15 -0700</span> <br clear="all"><div><br></div><div><br></div><div><br></div>-- <br>Dave McCloskey<br><a href="mailto:davemccloskey@gmail.com">davemccloskey@gmail.com</a><br>


</div>