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

Function test_parse_ignoretz

tests/test_parser.py:200–202  ·  view source on GitHub ↗
(dstr, expected)

Source from the content-addressed store, hash-verified

198 ("Tue Apr 4 00:22:12 PDT 1995", datetime(1995, 4, 4, 0, 22, 12)),
199])
200def test_parse_ignoretz(dstr, expected):
201 result = parse(dstr, ignoretz=True)
202 assert result == expected
203
204
205_brsttz = tzoffset("BRST", -10800)

Callers

nothing calls this directly

Calls 1

parseFunction · 0.90

Tested by

no test coverage detected