MCPcopy Create free account
hub / github.com/dateutil/dateutil / test_tzlocal_utc_equal

Function test_tzlocal_utc_equal

tests/test_tz.py:973–975  ·  view source on GitHub ↗
(tzvar)

Source from the content-addressed store, hash-verified

971@mark_tzlocal_nix
972@pytest.mark.parametrize('tzvar', ['UTC', 'GMT0', 'UTC0'])
973def test_tzlocal_utc_equal(tzvar):
974 with TZEnvContext(tzvar):
975 assert tz.tzlocal() == tz.UTC
976
977
978@mark_tzlocal_nix

Callers

nothing calls this directly

Calls 1

TZEnvContextClass · 0.85

Tested by

no test coverage detected