Home | History | Annotate | Download | only in test

Lines Matching refs:date

1344         #d = datetime.date(2007, 8, 18)
1391 class I(datetime.date):
1487 self.assertEqual(u"{0:date: %Y-%m-%d}".format(I(year=2007,
1490 u"date: 2007-08-27")