First live stream 🎂

Published

January 13, 2020

Colin will live stream on Twitch how to build a Shiny application with {golem}.


  • 👨‍💻 Colin Fay, @_ColinFay
  • 🔗 https://www.twitch.tv/thinkr_fr
  • 2020-01-13 21:00:00 Paris Time.

  • See Event in Other Timezones
    date <- lubridate::ymd_hms("2020-01-13 21:00:00", tz = "Europe/Paris")
    
    lubridate::with_tz(date, "UTC")
    [1] "2020-01-13 20:00:00 UTC"
    lubridate::with_tz(date, "America/New_York")
    [1] "2020-01-13 15:00:00 EST"
    lubridate::with_tz(date, "America/Los_Angeles")
    [1] "2020-01-13 12:00:00 PST"
    lubridate::with_tz(date, "Australia/Sydney")
    [1] "2020-01-14 07:00:00 AEDT"