get_date_time.RdUnless a `POSIXct` value is supplied directly, parsed dates are interpreted in the package's default timezone, `Etc/GMT-10`. Date-only inputs default to midday to reduce accidental snapping to the previous or next model output.
get_date_time(d)The date of interest. Supported formats include: `c(year, month, day)` `c(year, month, day, hour)` `c(year, month, day, hour, minute)` `c(year, month, day, hour, minute, second)` `YYYYMMDD` `YYYYMMDDHHMM` `YYYYMMDDHHMMSS` `Date` `POSIXct` character format, e.g. `"1970-01-01"` or `"1970-01-01 12:00:00"`
A `POSIXct` date-time value.