31.07.23, 17:39 +0200, Bill Cole via Postfix-users:

1690633510 is the timestamp in "Unix Epoch Seconds." "date -j -f %s 1690633510" will do the conversion.

You're probably using a BSD-provided date command.

With the date version from the GNU coreutils, one can decode the epoch timestamp like this:
date --date='@1690633510'

--
Regards
  mks

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to