Skip to content
Prev 3138 / 3656 Next

Timezone conversion on Ubuntu 20.04

Am Samstag, 25. April 2020, 01:02:38 CEST schrieb Jeroen Ooms:
works fine using the backported R 4.0.0 on Debian buster:

R> as.POSIXct(as.POSIXlt(Sys.time(), tz = "CET"), tz = "EST")
[1] "2020-04-25 10:05:29 EST"

Johannes