output of "tor --key-expiration sign" should be a time stamp
It would be helpful for a cron job having sth like ``` let "diff = $(tor --key-expiration sign --format=timestamp) - $(date +%s)" ``` in it.
issue