So, for all you geeks out there that is running a CENTOS box and get this error message:
# logwatch
ERROR: Date::Manip unable to determine TimeZone.
Execute the following command in a shell prompt:
perldoc Date::Manip
The section titled TIMEZONES describes valid TimeZones
and where they can be defined.
You should try to solve it by our self first, it is a part of knowing our system. If you don't succeed with Google or with "man bash", here is to solution:
In the file
/usr/share/perl5/Date/Manip.pmjust add your timezone variable in row 15. For me it looks like this:
$TZ='CET';
All these recommendations is covered by the trademark "works fine for me!"...