Using read_excel()
from the readxl
package to read in a spreadsheet that has a column of dates I see upon inspection numerous "1899-12-31 00:00:00 UTC". These correspond to the "1/1/1900 0:00" which I see from inside Excel.
Should I be concerned about this seeming one day difference? and why doesn't this date show up in R as "1900-01-01 00:00:00 UTC"?
I don't see a discrepancy with respect to the other dates. "2/22/2008 11:10" in Excel for instance comes across as "2008-02-22 11:10:55 UTC" in R.