When I ran zmfilter manually from a shell prompt I got the following...
Code: Select all
Insecure $ENV{PATH} while running with -T switch at /usr/lib/perl5/site_perl/5.10.0/Date/Manip/TZ.pm line 588, <DATA> line 335.
Compilation failed in require at /usr/local/bin/zmfilter.pl line 53, <DATA> line 335.
BEGIN failed--compilation aborted at /usr/local/bin/zmfilter.pl line 53, <DATA> line 335.
Slackware doesn't use an /etc/timezone file (AFAIK anyway), however on a whim I created the file with the command below and the error with zmfilter went away.
Code: Select all
echo "America/New_York" > /etc/timezone