Exemplo n.º 1
0
def test_datetime_with_tz_not_a_string():
    assert DateTime(tz=datetime.tzinfo())
Exemplo n.º 2
0
def test_option_datetime_to_numpy():
    assert Option(DateTime()).to_numpy_dtype() == np.dtype('datetime64[us]')