Skip to content

Code Enhancement #777

Open
Open
@carcruram

Description

@carcruram

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)

Activity

tiwarishubham635

tiwarishubham635 commented on Apr 4, 2024

@tiwarishubham635
Contributor

Hey @carcruram! we’ll add this to our internal backlog to be prioritized. +1s/reactions on this issue (and comments) and PRs will bump it higher up the backlog. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @tiwarishubham635@carcruram

      Issue actions

        Code Enhancement · Issue #777 · twilio/twilio-python