diff --git a/src/saml2/client.py b/src/saml2/client.py index 86645b5..66e2f78 100644 --- a/src/saml2/client.py +++ b/src/saml2/client.py @@ -307,7 +307,7 @@ class Saml2Client(object): if not_before > now: # Can't use it yet if not LAX: - raise Exception("Can't use it yet %s <= %s" ( + raise Exception("Can't use it yet %s <= %s" % ( time.mktime(not_before), time.mktime(now))) if not for_me(condition, requestor):