Skip to content

Commit 67ecfdc

Browse files
authored
Update time_utilities.py
1 parent c3c4546 commit 67ecfdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

approval_utilities/utilities/time_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def __init__(self):
1010

1111
def __enter__(self):
1212
self.timezone = os.environ.get("TZ")
13-
os.environ["TZ"] = "UCT"
13+
os.environ["TZ"] = "UTC"
1414

1515
def __exit__(self, exc_type, exc_val, exc_tb):
1616
if self.timezone is None:

0 commit comments

Comments
 (0)