-
Notifications
You must be signed in to change notification settings - Fork 773
Open
Labels
priority: lowNice-to-have; can waitNice-to-have; can waitstatus: waiting for feedbackwaiting for feedback from the submitterwaiting for feedback from the submittertype: community enhancementfeature request not on Twilio's roadmapfeature request not on Twilio's roadmap
Description
Issue Summary
Change the function time.time to datetime.datetime in the folder twilio/jwt/init.py
Code Snippet
#if ttl:
expiration_time = datetime.datetime.utcnow() + datetime.timedelta(seconds=ttl)
else:
expiration_time = datetime.datetime.utcnow() + datetime.timedelta(seconds=self.ttl)
Metadata
Metadata
Assignees
Labels
priority: lowNice-to-have; can waitNice-to-have; can waitstatus: waiting for feedbackwaiting for feedback from the submitterwaiting for feedback from the submittertype: community enhancementfeature request not on Twilio's roadmapfeature request not on Twilio's roadmap