Exemplo n.º 1
0
 def test_utc_string_to_utc_datetime(self):
     assert tc.is_utc_datetime(
         tc.utc_string_to_utc_datetime('1988-06-15 08:08:08'))
Exemplo n.º 2
0
 def test_to_utc_datetime(self):
     assert tc.is_utc_datetime(tc.to_utc_datetime(tc.utc_datetime()))
     assert tc.is_utc_datetime(tc.to_utc_datetime(tc.local_datetime()))
Exemplo n.º 3
0
 def test_to_utc_datetime(self):
     assert tc.is_utc_datetime(tc.to_utc_datetime(tc.utc_datetime()))
     assert tc.is_utc_datetime(tc.to_utc_datetime(tc.local_datetime()))