- To: "David Gillies" <daveg@xxxxxxxxx>
- Subject: Re: [SLUG] DST Changes (Debian/PHP?)
- From: "Greg Cockburn" <gergnz@xxxxxxxxx>
- Date: Mon, 31 Mar 2008 20:19:36 +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:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=ARbFFyX6YUNWia+K9+IRM1AoTyf+b3ztc4WZd5qqhTI=; b=X6HB88os1QRtQuFSxGrqvbiHsYIHoeaMPJ7Yx5nzMSEfNQfT15xi76VqIyEDcdTnENw8OcOWA+rUifCyl2lGWWXkDBXGwhnk2X//u98f7iAytwafnmMg4QcWa73NNHUFWa+qfc4dDYRIvr0etXPjp/j6ApdjSPsadCpqOx5HngM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Ex5r5JcRxOw4S+3WrF5fGUPvucd1ORZ1wwoxDTu6D9uNac77HIzaCPc5EqjSLKJDbs8A2BVPBCxEndu1jUsqOmg1AZDoDfkwtzW0gteQ+VzfyKvrRYAGTm0aBfikEf+Ozx7AOtEFsp/deLo0H3lzy5h3uB5ynRJ+kVDcbl/HDzE=
David,
Excellent!
Thanks for that.
Greg.
On 31/03/2008, David Gillies <daveg@xxxxxxxxx> wrote:
>
> 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
>