Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dateutil/dateutil
/ testUTCEquality
Method
testUTCEquality
tests/test_tz.py:953–955 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
951
None)
952
953
def
testUTCEquality(self):
954
with
TZEnvContext(self.UTC):
955
assert tz.tzlocal() == tz.UTC
956
957
958
# TODO: Maybe a better hack than this?
Callers
nothing calls this directly
Calls
1
TZEnvContext
Class · 0.85
Tested by
no test coverage detected