From d1574a56ec08ec025bc78681fcf03e4e17839484 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 28 Mar 2008 18:10:11 +0000 Subject: use documented format of TZ variable --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 37fc78067..5422e3065 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1369,7 +1369,7 @@ sub configure_time_more { require POSIX; use POSIX qw(strftime); my $time_format = "%H:%M:%S"; - local $ENV{TZ} = $timezone->{timezone}; + local $ENV{TZ} = ':' . $timezone->{timezone}; $in->ask_from_({ interactive_help_id => 'configureTimezoneGMT', title => N("Date, Clock & Time Zone Settings"), -- cgit v1.2.1