When using `read_mat_struct_as_dataset`, you can use the following kwarg:
python
forcing = cgt.read_mat_struct_as_dataset(
fname,
index='timeForcing', must be set for index_is_datenum to work
index_is_datenum=True converts MATLAB datenum to pd.Timestamp
)
**Full Changelog**: https://github.com/lukegre/CryoGrid-pyTools/compare/v0.1.3...v0.1.4