Biju Jose | WHITES Systems wrote on 9/21/20 5:34 AM:
How do I convert the time stamp to human readable format?

/var/log/qmail/submission/@400000005f6532c63981467c.s:7141:@400000005f64d1c20b27b874 CHKUSER relaying rcpt: from ………………………………………………………………………….

There's a program called 'tai64nlocal' that will convert these timestamps. You can pipe through that, i.e.

 cat /var/log/qmail/submission/current | tai64nlocal

and it will convert to a human-readable local time. There's also 'tai64n'. Both should be installed as part of the 'qmail' install.

TAI64 is a high-precision international timestamp format. I think 'qmail' is the only system I've ever seen that uses it.

Angus


---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Reply via email to