format_times | R Documentation |
Create a character vector with meeting start and end times in different time zones.
format_times(meeting_date, start_time, end_time, tzone, tzones)
meeting_date |
The date of the meeting in ISO 8601 format (i.e., "YYYY-MM-DD") |
start_time |
String with the start time in the time zone |
end_time |
String with the start time in the time zone |
tzone |
the time zone that the start and end times are in see the link
in |
tzones |
The time zones you wish to display. See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for time zone names you can use. |
format_times("2021-07-02", "7:00", "9:00", "America/Los_Angeles", c("America/Los_Angeles", "America/New_York", "Europe/London"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.