Exemplo n.º 1
0
 def test_gmt(self):
     self.assertEqual(time.strftime('%a, %d %b %Y %H:%M:%S GMT', time.gmtime()), JITime.gmt())
Exemplo n.º 2
0
 def test_gmt(self):
     self.assertEqual(
         time.strftime('%a, %d %b %Y %H:%M:%S GMT', time.gmtime()),
         JITime.gmt())