as.POSIXct(s,"GMT") [1] "-6ren">
gpt4 book ai didi

r - 你如何改变 Sys.time() 的时区

转载 作者:行者123 更新时间:2023-12-01 09:22:34 24 4
gpt4 key购买 nike

我在 PDT 时区,我想将变量“s”更改为 GMT 时区。知道怎么做吗?

s<-Sys.time()
s
as.POSIXct(s,"GMT")

输出
> s<-Sys.time()
> s
[1] "2015-06-17 17:56:17 PDT"
> as.POSIXct(s,"GMT")
[1] "2015-06-17 17:56:17 PDT" # <-- how do I get this in GMT??

最佳答案

您也可以使用 .POSIXct :

s <- .POSIXct(s, "GMT")

关于r - 你如何改变 Sys.time() 的时区,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30904851/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com