rpodcast / shinycal

The Data Science StreamRs Calendar!
https://rpodcast.shinyapps.io/shinycal
Other
21 stars 4 forks source link

Fix daylight savings time bug #27

Closed rpodcast closed 3 years ago

rpodcast commented 3 years ago

The daylight savings time of the year has begun, and this PR utilizes the ambiguous parameter in the clock package's function calls to automatically use the earlier of two time choices. We will see if this still proves to be correct once the real time zone issues are solved.

Speaking of time zone issues, this PR also adds node JS and specifically the puppeteer module to the VS-Code Dockerfile so we can begin emulating different time zones in the container itself.