Date_Init("tz") is deprecated.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
1cd7cdb83a
commit
a46201004c
|
@ -92,7 +92,7 @@ if (!scalar(grep /$config{'charset'}/, @{$supported})) {
|
|||
$config{'charset'} = 'ISO-8859-1';
|
||||
};
|
||||
|
||||
&Date_Init("TZ = $config{'tz'}");
|
||||
&Date_Init("setdate=now,$config{'tz'}");
|
||||
|
||||
if ($options{'r'}) {
|
||||
@postings = @{&readdata($options{'r'})};
|
||||
|
|
Loading…
Reference in a new issue