MCPcopy Index your code
hub / github.com/RustPython/RustPython / tzname

Method tzname

Lib/test/test_logging.py:4488–4489  ·  view source on GitHub ↗
(self, dt)

Source from the content-addressed store, hash-verified

4486 dst = utcoffset
4487
4488 def tzname(self, dt):
4489 return 'UTC'
4490
4491utc = UTC()
4492

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