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

Method testISOFormatStrip2

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

Source from the content-addressed store, hash-verified

470 tzinfo=self.brsttz))
471
472 def testISOFormatStrip2(self):
473 self.assertEqual(parse("2003-09-25T10:49:41+03:00"),
474 datetime(2003, 9, 25, 10, 49, 41,
475 tzinfo=tzoffset(None, 10800)))
476
477 def testISOStrippedFormatStrip2(self):
478 self.assertEqual(parse("20030925T104941+0300"),

Callers

nothing calls this directly

Calls 2

parseFunction · 0.90
tzoffsetClass · 0.90

Tested by

no test coverage detected