mpas-atmos: mpas get_time Interval cannot return time interval information for an interval containing months and years without a startTimeIn argument. code example
Example: diff days R lubridate
library(lubridate)
difftime(ymd("2018-12-31"), ymd('2010-01-01'), "days")