Build standard time keys used by weatherjoin
.build_time(DT, time, tz = "UTC", time_api_resolved = c("daily", "hourly"))DT with timestamp_utc (POSIXct) and t_utc (numeric seconds) columns added.
data.table with input data.
User time= specification (single column or multiple columns).
Timezone used for parsing/constructing timestamps (default UTC).
"daily" or "hourly" (already resolved from user setting/guess).