Import date-time at a specified timezone, disregard Daylight Savings Time
问题 I have time series data obtained from a data logger that was set to one time zone without daylight savings (NZST or UTC+12:00), and the data spans a few years. Data loggers don't consider DST changes, and are synchronized to local time with/without DST (depending who deployed it). However, when I get the data into R, I'm unable to properly use as.POSIXct to ignore DST. I'm using R 2.14.0 on a Windows computer with these settings: > Sys.timezone() [1] "NZDT" > Sys.getlocale("LC_TIME") [1]