tidyverse / haven

Read SPSS, Stata and SAS files from R
https://haven.tidyverse.org
Other
423 stars 115 forks source link

Original data return from write_* functions no longer has UTC-adjusted date/times #703

Closed jmobrien closed 1 year ago

jmobrien commented 1 year ago

Addresses secondary issue mentioned in #702.

Noting ahead of time: it's possible changes made here might not be necessary/a good fit if other changes are made in response to #702, and if so this PR can be ignored.

Relatedly, if other #702-related changes (e.g., reverting to older behavior, and/or adding a new selector argument for how conversion is done) are both desired and easier if just added to this PR, I'd be glad to do that.