Daniel,<div><br></div><div>In Fedora the file is in /etc.  Thanks,</div><div><br></div><div>James Simmons</div><div><br><br><div class="gmail_quote">On Thu, Jul 21, 2011 at 5:44 AM, Daniel James <span dir="ltr"><<a href="mailto:daniel.james@sourcefabric.org">daniel.james@sourcefabric.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi James,<br>
<div class="im"><br>
> They don't say just where a "local" php.ini file would go.  Putting it<br>
> in /var/www/bookipub doesn't work.<br>
<br>
</div>On Ubuntu the global config would be in /etc/php5/apache2/php.ini which<br>
is where I'd recommend putting it (unless you really have apps that run<br>
in different time zones).<br>
<br>
Find the line in the php.ini file which begins date.timezone, remove the<br>
semi-colon comment if present, and add the required time zone to the end<br>
of the line. For example:<br>
<br>
date.timezone = "America/Toronto"<br>
<br>
See <a href="http://php.net/manual/en/timezones.php" target="_blank">http://php.net/manual/en/timezones.php</a> for the correct value for<br>
your location.<br>
<br>
Cheers!<br>
<font color="#888888"><br>
Daniel<br>
</font></blockquote></div><br></div>