MCPcopy 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
4567utc = UTC()
4568

Callers 15

test_variable_tznameMethod · 0.45
test_utcMethod · 0.45
test_same_from_utcMethod · 0.45
test_utcMethod · 0.45
test_unambiguousMethod · 0.45
test_folds_and_gapsMethod · 0.45
test_one_transitionMethod · 0.45
test_one_zone_dstMethod · 0.45
test_no_tz_strMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected