Overview of {hexmake}

Published

April 2, 2020

Colin will be live talking about the internals of {hexmake}.


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

  • See Event in Other Timezones
    date <- lubridate::ymd_hms("2020-04-02 21:00:00", tz = "Europe/Paris")
    
    lubridate::with_tz(date, "UTC")
    [1] "2020-04-02 19:00:00 UTC"
    lubridate::with_tz(date, "America/New_York")
    [1] "2020-04-02 15:00:00 EDT"
    lubridate::with_tz(date, "America/Los_Angeles")
    [1] "2020-04-02 12:00:00 PDT"
    lubridate::with_tz(date, "Australia/Sydney")
    [1] "2020-04-03 06:00:00 AEDT"