readr
readr copied to clipboard
`write_excel_csv()` and `write_excel_csv2()` put datetimes in a format…
… that is readable again by readr on roundtrips. Best strftime() format for excel csv datetimes according to https://stackoverflow.com/questions/804118/best-timestamp-format-for-csv-excel#comment57807590_804137 Fixes #1202.
Just an FYI on why I didn't move on this, I see the point but it would also be a breaking change in some sense, so requires some deliberation.
hi @jennybc, how is the deliberation going?