nevrome / covid19germany

R package - Load, visualise and analyse daily updated data on the COVID-19 outbreak in Germany
Other
46 stars 8 forks source link

Error due to timezone #21

Closed stschiff closed 4 years ago

stschiff commented 4 years ago
dat <- covid19germany::get_RKI_timeseries(cache=F) %>% covid19germany::group_RKI_timeseries()

yields

Warning message:
In as.POSIXlt.POSIXct(x, tz = tz) : unknown timezone 'CEST'
nevrome commented 4 years ago

OK - I did some googling and found out that this timezone stuff will eventually drive you crazy. So I just turned it off. Please try the latest version. It was a nice idea.

stschiff commented 4 years ago

Sounds totally OK. This is all day-based anyway, isn't it? Feel free to close this.

nevrome commented 4 years ago

Imagine how complicated this time zone business will be, if/when we life on multiple planets!