Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in R 4.0 / Focal #3

Open
jeroen opened this issue Apr 24, 2020 · 1 comment
Open

Bug in R 4.0 / Focal #3

jeroen opened this issue Apr 24, 2020 · 1 comment

Comments

@jeroen
Copy link
Contributor

jeroen commented Apr 24, 2020

as.POSIXct(strptime("24.04.2020 01:00", format = "%d.%m.%Y %H:%M", tz = "CET"), tz = "")

gives NA on Linux now.

@jeroen jeroen closed this as completed in b129a87 Apr 26, 2020
@jeroen jeroen reopened this Apr 26, 2020
@jeroen
Copy link
Contributor Author

jeroen commented Apr 26, 2020

Not fixed:

> as.POSIXct(strptime("24.04.2020 01:00", format = "%d.%m.%Y %H:%M", tz = 'Europe/Zurich'), tz = "Etc/UTC")
[1] NA
> as.POSIXct(strptime("24.04.2020 01:00", format = "%d.%m.%Y %H:%M", tz = 'Europe/Zurich'), tz = "UTC")
[1] "2020-04-24 01:00:00 UTC"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant