-------- Original Message --------Subject: Re: [request-tracker-maintainers] Bug#498124: request-tracker3.6: dynamical timezone
Date: Sun, 07 Sep 2008 21:42:28 +0200 From: Jan Korbel <[EMAIL PROTECTED]> To: Niko Tyni <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Niko Tyni wrote:
That's because there's a newline at the end. Something like this works
for me:
my $zone = "UTC";
$zone=`/bin/cat /etc/timezone`
if -f "/etc/timezone";
chomp $zone;
Set($Timezone, $zone);
I'll try to get this into lenny.
OK, this is better and fully functional :) Thanks. JK
smime.p7s
Description: S/MIME Cryptographic Signature

