(self)
| 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: |