** Out of bounds nanosecond timestamp Error
import intake_esgf
from intake_esgf import ESGFCatalog
cat = ESGFCatalog()
sel_cat = cat.search(experiment_id='ssp585', variable_id='uas', table_id="Amon", source_id='ACCESS-ESM1-5', grid_label='gn', member_id='r2i1p1f1', latest=True)
sel_cat.df
dsd = sel_cat.to_dataset_dict(prefer_streaming=True, add_measures=False)
Describe the solution you'd like
add xarray_kwargs={'cftime': True} or similar args in to_dataset_dict to support cftime in xarray