parse_datetime
uses UTC instead of system default when locale(tz="")
#1185
Labels
parse_datetime
uses UTC instead of system default when locale(tz="")
#1185
Dear readr ;-)
The documentation of
locale(...)
says that system default timezone should be used whentz=""
. But on Windows, with CET as system timezone, this is not what I observe: it seems UTC is used instead.See the last row in the following reprex: the timezone of the datetime is correctly set to "", but its value shows that it was interpreted as UTC and displayed as CET.
Am I interpreting the doc incorrectly or is it a bug?
Thanks!
Pierre
Created on 2021-03-26 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: