Specification for datetime dtypes is ambiguous #85
Labels
documentation
Improvements to the documentation
release notes done
Automatically applied to PRs which have release notes.
Milestone
The zarr docs state that
datetime
andtimedelta
types are supported, but doesn't specify a fixed time resolution. Without that, the character code is ambiguous.We should fix this either by indicating a single, fixed time resolution or removing date/time types altogether.
Unfortunately, different systems default to different time resolutions (e.g.,
us
for numpy vsns
for pandas). Given this ambiguity, I would opt to remove date/time types from the spec, and let zarr focus solely on physical rather than logical dtypes.The text was updated successfully, but these errors were encountered: