Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用read_excel()从readxl包中读取具有一列日期的电子表格,我在检查时看到许多“1899-12-31 00:00:00 UTC”。这些对应于我从 Excel 内部看到的“1/1/1900 0:00”。
read_excel()
readxl
我应该担心这一看似一日之差吗?为什么这个日期在 R 中没有显示为“1900-01-01 00:00:00 UTC”?
我没有看到与其他日期的差异。例如,Excel 中的“2/22/2008 11:10”在 R 中会遇到“2008-02-22 11:10:55 UTC”。