Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[statet-users] timezone warnings / OlsonNames

Hello,

 

when I load an object of class „date“ or „POSIXct“ for the first time, when I started a R Console I get timezone warnings:

 

R version 3.5.3 (2019-03-11) -- "Great Truth"

Microsoft R Open 3.5.3

The enhanced R distribution from Microsoft

Microsoft packages Copyright (C) 2019 Microsoft Corporation

 

Using the Intel MKL for parallel mathematical computing (using 2 cores).

 

Default CRAN mirror snapshot taken on 2019-04-15.

See: https://mran.microsoft.com/.

 

> Sys.time()

[1] "2019-06-20 10:16:00 GMT"

Warning messages:

1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/Berlin'

2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT'

3: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York'

> Sys.time()

[1] "2019-06-20 10:16:30 GMT"

> 

 

I don’t get the warnings when I start a RGui Console

> Sys.time()

[1] "2019-06-20 12:13:08 CEST"

> 

 

Also OlsonNames() returns

 

> OlsonNames()

character(0)

 

in the StatET R Console. I use Windows 7, eclipse 2018-12, StatET build 4.0.1201906071849

 

Does anyone know how I can fix this?

 

Kind regards,

 

Marco

 


Back to the top