[mythtv-users] Aussies.. [Fwd: Fedora Update: tzdata-2008b-1.fc7]

Nick Tan nick.tan at gmail.com
Sun Mar 30 10:14:41 UTC 2008


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.


More information about the mythtv-users mailing list