You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The as_datetime() function doesn’t work as expected for character objects.
Expected behaviour: The datetime string should be interpreted as a datetime in the chosen time zone tz (UTC by default).
Actual behaviour: The datetime string is interpreted as a datetime in the current time zone (including any DST-specific stuff) and then converted to the tz timezone.
The
as_datetime()
function doesn’t work as expected for character objects.Expected behaviour: The datetime string should be interpreted as a datetime in the chosen time zone
tz
(UTC by default).Actual behaviour: The datetime string is interpreted as a datetime in the current time zone (including any DST-specific stuff) and then converted to the
tz
timezone.Example (as run in the
CET
time zone):Note that the time part is an hour off. Expected result:
The text was updated successfully, but these errors were encountered: