Hi Greg, Greg Cockburn wrote: > Main applications that seem to have problems: > > mythweb (mythtv) > nagiosQL
I got this from the mythtv-users list and it worked for me (with mythweb atleast) -- dave. -------- Original Message -------- Subject: Re: [mythtv-users] Aussies.. [Fwd: Fedora Update: tzdata-2008b-1.fc7] Date: Sun, 30 Mar 2008 21:14:41 +1100 From: Nick Tan <[EMAIL PROTECTED]> Reply-To: Discussion about mythtv <[EMAIL PROTECTED]> To: Discussion about mythtv <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> I found also that even though my system had the correct timezone, mythweb was still out by 1 hour. Forcing the timezone in php.ini didn't help - I needed to update the internal php timezone database manually: Get an updated timezonedb from http://pecl.php.net/package/timezonedb Make sure php-devel is installed (I'm using CentOS 5 so I needed the php-devel rpm). Untar the file you just downloaded and cd into the directory # cd timezonedb-2008.2 # phpize # ./configure # make # make install Edit /etc/php.ini and add: extension=timezonedb.so After restarting apache, mythweb was showing the correct time. _______________________________________________ mythtv-users mailing list [EMAIL PROTECTED] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
