我正在使用这个weatherData
包,特别是它的getDetailedWeather
功能。它返回一个数据框,该数据框的组件之一是Time
,属于 类POSIXct
。我的问题是所有Time
设置都设置为我正在使用的机器的本地时区。我很确定这是不正确的,数据反映的是本地时间,API 所做的唯一事情就是将时区添加到数据中,而不更改它。我对么?如何告诉 API 停止使用我的默认时区?
例如:
library(weatherData)
dat <- getDetailedWeather("NRT", "2014-04-29")
dat$Time
# [1] "2014-04-29 00:00:00 EST" ## local timezone, not of the weather station