Ok, after digging through the code i've just replaced: [code] my $date_format = '%d-%b-%Y %H:%M:%S'; [/code]
with: [code] my $date_format = '%d-%b-%Y %H:%M:%S Europe/Berlin'; [/code] in /usr/share/logwatch/scrpts/services/php and this has fixed this problem for me. For the hardcoded type Europe/Berlin we can't use %Z because the output would be: CEST on my system and won't match Europe/Berlin. I don't know if there is a better way of matching this timezone instead of hardcoding it but at least it works for me. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

