| parse_maestro_start_time | R Documentation |
@maestroStartTime string to a concrete POSIXctAccepts four formats:
"HH:MM:SS" — time of day; anchored to today's date.
"Mon HH:MM:SS" — weekday + time; anchored to that weekday of
the current ISO week.
"DD HH:MM:SS" or "DD" — month-day (+ optional time);
anchored to that day of the current month.
Full datetime string — passed through to as.POSIXct().
parse_maestro_start_time(raw, tz, now = lubridate::now(tzone = tz))
raw |
Character string from the tag value. |
tz |
Timezone string. |
now |
|
Using a recent now as the reference keeps the anchor close to the
present, so n in .prev_on_cycle() stays small.
A POSIXct, or NA if raw is NA/"".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.