Open
Description
We currenty list "datetime support" in the design document, and also listed it in the dtype docstring:
dataframe-api/protocol/dataframe_protocol.py
Line 142 in 27b8e1c
But at the moment the spec doesn't say anything about how the datetime is stored (which resolution, or whether it supports multiple resolutions with some parametrization).
Updating the spec to mention it should be nanoseconds might be the obvious solution (since that's the only resolution pandas currently supports), but I think we should make this more flexible and allow different units (hopefully pandas will support non-nanosecond resolutions in the future, and other systems might use other resolutions by default).