Example #1
0
def test_DateTime_fromtimestamp(dt):
    dt2 = DateTime.fromtimestamp(dt.timestamp())
    assert dt2 == dt