(note that ``use_cftime=True`` is not mandatory to return a :py:class:`~xarray.CFTimeIndex` for non-standard calendars, but can be nice to use to be explicit): .. ipython:: python dates = xr.cftime_range(start="0001", periods=24, freq="MS", calendar="noleap") dates = xr.da...