fast_strptime differs from strptime in regards to tz parameter #394
Comments
This is a bug. Looking into it right now. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that fast_strptime considers the input string to be specified in GMT and uses its
tz
argument to bring the specified time relative to the timezone of the tz argument.versus
I am running R 3.2.3 and lubridate 1.5.0.
The text was updated successfully, but these errors were encountered: