-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
use_cftime
was recently added as an option to decode_cf
and open_dataset
to give users a little more control over how times are decoded (#2759). It would be good if it was also available for open_zarr
. This perhaps doesn't have quite the importance, because open_zarr
only works for single data stores, so there is no risk of decoding times to different types (e.g. as there was for open_mfdataset
, #1263); however, it would still be nice to be able to silence serialization warnings that result from decoding times to cftime objects in some instances, e.g. #2754.
jhamman