Zero's Blog - R 时间戳转换为日期 的评论 https://l2dy.sourceforge.io/2022/04/24/r-datetime-to-date.html 如果时间戳(date-time)都是 UTC 时区的话,可以使用 base 的 as.Date 函数。如果时间戳时区不一致或非 UTC 时区,用 lubridate 包的 as_date 可以获...