Times in NetCDF data are generally given in form of a time step and a time unit. This functions uses both information to convert them to POSIXct time values.
get_time(time.unit,time.step)
Time unit, which is conform to the CF convention (character).
Time steps in form of a numeric or integer vector.
Time in form of POSIXct is returned. Default time zone is UTC.