Let’s start building a new app with {golem} and {brochure}.
👨💻 Colin Fay, @_ColinFay
🔗 https://www.twitch.tv/thinkr_fr
⏳ 2022-02-10 21:00:00 Paris Time.
See Event in Other Timezones
date <- lubridate::ymd_hms("2022-02-10 21:00:00", tz = "Europe/Paris")
lubridate::with_tz(date, "UTC")
[1] "2022-02-10 20:00:00 UTC"
lubridate::with_tz(date, "America/New_York")
[1] "2022-02-10 15:00:00 EST"
lubridate::with_tz(date, "America/Los_Angeles")
[1] "2022-02-10 12:00:00 PST"
lubridate::with_tz(date, "Australia/Sydney")
[1] "2022-02-11 07:00:00 AEDT"