Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tzname
Method
tzname
Lib/test/test_logging.py:4564–4565 ·
view source on GitHub ↗
(self, dt)
Source
from the content-addressed store, hash-verified
4562
dst = utcoffset
4563
4564
def
tzname(self, dt):
4565
return
'UTC'
4566
4567
utc = UTC()
4568
Callers
15
test_variable_tzname
Method · 0.45
test_utc
Method · 0.45
test_same_offsets_and_names
Method · 0.45
test_same_from_utc
Method · 0.45
test_utc
Method · 0.45
test_unambiguous
Method · 0.45
test_folds_and_gaps
Method · 0.45
test_time_variable_offset
Method · 0.45
test_time_fixed_offset
Method · 0.45
test_one_transition
Method · 0.45
test_one_zone_dst
Method · 0.45
test_no_tz_str
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected