Re: [Nagios-devel] Date in Log File
Posted: Mon Apr 21, 2008 6:24 am
Hi Steve,
Steve Pribyl schrieb am 21.04.2008 16:17 Uhr:
> Epoch is hard to read by people.
I made good experience with this little perl-oneliner:
perl -pe 's/(\d+)/localtime($1)/e'
Hope this helps,
Regards,
Marcus Fleige
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Steve Pribyl schrieb am 21.04.2008 16:17 Uhr:
> Epoch is hard to read by people.
I made good experience with this little perl-oneliner:
perl -pe 's/(\d+)/localtime($1)/e'
Hope this helps,
Regards,
Marcus Fleige
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]