-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
strptime/1 ignores ISO-8601 TimeZone (format string "%z") #2195
Comments
Here is my absolutely horrific regex workaround with optional fractional seconds and colon offset.
|
👍 +1
❌ CentOS7:
✅ MacOS (Big Sur):
|
@vintnes thanks for the example above! 🏅 We found l23 should be:
else the offset is applied backwards. Working example:
|
Thanks @gpearce for reminding me about the rotation of the earth. |
I modified the regex provided by @vintnes to bypass |
The text was updated successfully, but these errors were encountered: