mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
This should be maximally legible.
This commit is contained in:
parent
aee25fb05e
commit
a99f1d1395
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ class RenewableCert(object): # pylint: disable=too-many-instance-attributes
|
|||
"cert", self.latest_common_version()))
|
||||
now = pytz.UTC.fromutc(datetime.datetime.utcnow())
|
||||
if expiry < add_time_interval(now, interval):
|
||||
logger.debug("Should renew, less than %r days before certificate "
|
||||
logger.debug("Should renew, less than %s before certificate "
|
||||
"expiry %s.", interval,
|
||||
expiry.strftime("%Y-%m-%d %H:%M:%S %Z"))
|
||||
return True
|
||||
|
|
|
|||
Loading…
Reference in a new issue