Skip to content

Commit

Permalink
Update time_utilities.py
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore authored Oct 31, 2024
1 parent c3c4546 commit 67ecfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion approval_utilities/utilities/time_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def __init__(self):

def __enter__(self):
self.timezone = os.environ.get("TZ")
os.environ["TZ"] = "UCT"
os.environ["TZ"] = "UTC"

def __exit__(self, exc_type, exc_val, exc_tb):
if self.timezone is None:
Expand Down

0 comments on commit 67ecfdc

Please sign in to comment.