Exemplo n.º 1
0
	def test_from_python(self):
		v = DateTimeValidator(format=rfc3339.RFC3339_wo_Timezone)
		dt = datetime.datetime.now()
		self.assertEquals(v.from_python(dt,None),dt.strftime(rfc3339.RFC3339_wo_Timezone))