Re: [R] Question about Date Object and time zones

2024-09-25 Thread Kimmo Elo
Hi, I might have misunderstood your point, but why should a Date object store a timezone, since timezone is an attribute of time, not date? Your tz-examples force R to present a timezone, resulting - this is my assumption - to default (=UTC) as there is no other information available. Best, Ki

Re: [R] Question about Date Object and time zones

2024-09-25 Thread Ivan Krylov via R-help
24 сентября 2024 г. 17:10:13 GMT+03:00, Luca Brinkmann via R-help пишет: > My current > understanding is, that a Date object does only save the days from the > origin and no more information about timezones or other information > (please correct me if I am wrong). You are correct. > the date o

[R] Question about Date Object and time zones

2024-09-24 Thread Luca Brinkmann via R-help
Hello, I have a question regarding the date objects and timezones. My current understanding is, that a Date object does only save the days from the origin and no more information about timezones or other information (please correct me if I am wrong). But if I use d = as.Date("2024-11-11") or d =