예제 #1
0
파일: api.py 프로젝트: jasonltaylor/samba
 def test_string_to_time(self):
     self.assertEqual(0, ldb.string_to_time("19700101000000.0Z"))
     self.assertEqual(1195499412, ldb.string_to_time("20071119191012.0Z"))
예제 #2
0
 def test_string_to_time(self):
     self.assertEqual(0, ldb.string_to_time("19700101000000.0Z"))
     self.assertEqual(1195499412, ldb.string_to_time("20071119191012.0Z"))