(self)
| 475 | tzinfo=tzoffset(None, 10800))) |
| 476 | |
| 477 | def testISOStrippedFormatStrip2(self): |
| 478 | self.assertEqual(parse("20030925T104941+0300"), |
| 479 | datetime(2003, 9, 25, 10, 49, 41, |
| 480 | tzinfo=tzoffset(None, 10800))) |
| 481 | |
| 482 | def testAMPMNoHour(self): |
| 483 | with pytest.raises(ParserError): |