Hi Guys,
Trying to get certbot
automated, and came to realise that all of the is time stamping in UTC, but that hardly helps anyone if their local time is in a different format!
# Time stamp in log
2018-02-21 22:45:11,934:INFO:certbot.renewal:Cert not yet due for renewal
date
Thursday 22 February 09:46:13 AEDT 2018
date -u
Wednesday 21 February 22:46:26 UTC 2018
I’ve had a search and can’t find why this is the case, or if it is possible to change this.
*Fixed as per this merge https://github.com/certbot/certbot/pull/5607#pullrequestreview-98671199*