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

Method testDateCommandFormatReversed

tests/test_parser.py:459–463  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

457 tzinfo=self.brsttz))
458
459 def testDateCommandFormatReversed(self):
460 self.assertEqual(parse("2003 10:36:28 BRST 25 Sep Thu",
461 tzinfos=self.tzinfos),
462 datetime(2003, 9, 25, 10, 36, 28,
463 tzinfo=self.brsttz))
464
465 def testDateCommandFormatWithLong(self):
466 if PY2:

Callers

nothing calls this directly

Calls 1

parseFunction · 0.90

Tested by

no test coverage detected