Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: recognizable format datetimes write_excel_csv #1202

Open
keesdeschepper opened this issue Apr 30, 2021 · 0 comments · May be fixed by #1463
Open

feature request: recognizable format datetimes write_excel_csv #1202

keesdeschepper opened this issue Apr 30, 2021 · 0 comments · May be fixed by #1463

Comments

@keesdeschepper
Copy link
Contributor

As described in #553 and #948 datetimes written by write_excel_csv now have the format 2018/01/01 00:00:00. The pity is that readr's read functions do not recognize this format. Can it be changed to a dashed format, because afaics Excel also accepts that?

str(readr::parse_guess("2018/01/01 00:00:00"))
#>  chr "2018/01/01 00:00:00"
str(readr::parse_guess("2018-01-01 00:00:00"))
#>  POSIXct[1:1], format: "2018-01-01"

<sup>Created on 2021-04-30 by the [reprex package](https://reprex.tidyverse.org) (v0.3.0)</sup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants