Skip to content

Commit

Permalink
Merge pull request #306 from rapyuta-robotics/devel
Browse files Browse the repository at this point in the history
🎉 release: v7.4.1
  • Loading branch information
ankitrgadiya authored May 16, 2024
2 parents 3ded4fe + 8e7fdcb commit 2d5190a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riocli/vpn/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def get_key_expiry_time(delta: Optional[timedelta]) -> Optional[str]:
return None

expiry = datetime.utcnow() + delta
return expiry.isoformat('T')
return expiry.isoformat('T') + 'Z'

def get_binding_labels() -> dict:
return {
Expand Down

0 comments on commit 2d5190a

Please sign in to comment.