- To: Greg Cockburn <gergnz@xxxxxxxxx>
- Subject: Re: [SLUG] DST Changes (Debian/PHP?)
- From: David Gillies <daveg@xxxxxxxxx>
- Date: Mon, 31 Mar 2008 10:30:30 +1100
- Cc: slug@xxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding:sender; bh=Z8xYh/nDqqdURyAJtFj13tuA6nGeFfl4DpCPXDLSWEM=; b=K//FvQm7i5qsn3E3C0m40MPj4vsGM2GjLjr5Z+bkhFxu5m6FGmDQ+hNzvk5h5leuivqsR8Y2p6YBkbGPq2eYqsLJiW5PWmyYhVAot2IwrlaPUXZsD2LOAV67jWHtlH+Mxcc3V8Oloo/grezaPo0l7TW3nVtljQYSY/+6LB1zcoo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding:sender; b=TAtutdgtEJSQlstvtlP/iU8cjnjjaSHKE4pU9mjLIWA0yCZxCIl9v2ya1Trb8guqyEgvf8PK+W8eJNQE/0PGcsyp7qBkrPD9uraqDmm97DQXz3rE8a03KgSJMc5EEO2UTbuIN6WAlURzCQakVlXqol/TrsShN586KBytSxDOaco=
- Openpgp: id=E1D181AA
- User-agent: Thunderbird 2.0.0.4 (X11/20070625)
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 <nick.tan@xxxxxxxxx>
Reply-To: Discussion about mythtv <mythtv-users@xxxxxxxxxx>
To: Discussion about mythtv <mythtv-users@xxxxxxxxxx>
References: <47EF5B80.8040600@xxxxxxxxxxxxxxx>
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
mythtv-users@xxxxxxxxxx
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users