admin管理员组文章数量:1394611
Have a look at the following code:
options(digits.secs = 6)
options(digits = 22)
structure(1743070066.75, class = c("POSIXct", "POSIXt"))
structure(1743070066.76, class = c("POSIXct", "POSIXt"))
which prints out
[1] "2025-03-27 11:07:46.75 CET"
[1] "2025-03-27 11:07:46.75 CET"
You can see that the result is the same which is obviously wrong. How can I change this, so the correct result is printed?
本文标签:
版权声明:本文标题:How does the printing of POSIXct times in R work? How can I make the print method print the correct time? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744096348a2590352.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论