You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error : Error in C_time_floor(to_posixct(time), nu$unit, nu$n, as.integer(week_start), : CCTZ: Invalid timezone of the input vector: ""
This also happens with R 4.2.2. When I switch to R 4.1.3, it works fine and I get the expected result: "2022-12-15 CET"
I'm using R on Windows. Lubridate is version 1.9.3.
The text was updated successfully, but these errors were encountered:
I am also experiencing the issue around timezones since updating R from 4.0.5 to 4.2.2 and 4.3.2. I have reverted back to 4.0.5 and the issue goes away. I am using lubridate 1.9.3. I have tried uninstalling and reinstalling lubridate. I have also played with the solutions or workarounds in the above similar issue.
I've been getting some errors using POSIXct with Lubridate when switching to R version 4.3.2.
One example:
I get this error :
Error in C_time_floor(to_posixct(time), nu$unit, nu$n, as.integer(week_start), : CCTZ: Invalid timezone of the input vector: ""
This also happens with R 4.2.2. When I switch to R 4.1.3, it works fine and I get the expected result: "2022-12-15 CET"
I'm using R on Windows. Lubridate is version 1.9.3.
The text was updated successfully, but these errors were encountered: