We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c4546 commit 67ecfdcCopy full SHA for 67ecfdc
1 file changed
approval_utilities/utilities/time_utilities.py
@@ -10,7 +10,7 @@ def __init__(self):
10
11
def __enter__(self):
12
self.timezone = os.environ.get("TZ")
13
- os.environ["TZ"] = "UCT"
+ os.environ["TZ"] = "UTC"
14
15
def __exit__(self, exc_type, exc_val, exc_tb):
16
if self.timezone is None:
0 commit comments