bcgov/shinyrems

wqbc::tidy_ems_data no longer working

Closed this issue · 3 comments

Error in C_force_tz(time, tz = tzone, roll) : \n CCTZ: Unrecognized timezone of the input vector: "Etc/GMT+8"\n

That looks like there might be something wrong with your timezone database... "Etc/GMT+8" is a valid timezone.

> lubridate::force_tz(Sys.time(), tzone = "Etc/GMT+8")
[1] "2021-01-18 14:29:42 -08"

yes I'm not exactly sure what is causing the issue. This is unrelated to the duckdb changes BTW...it occurred before I updated.

This is an issue with lubridate

tidyverse/lubridate#928

not shinyrems and so we can close this issue @JessicaPenno .