-
Notifications
You must be signed in to change notification settings - Fork 379
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
Timezone MDT not supported for parsing (yet it works for formatting) #686
Comments
I just encountered something similar when updating an app. Elixir 1.13 |
This also affects |
Seems like it started happening from this commit, which is included in @bitwalker iex(7)> Timex.parse("Tue Mar 5 23:25:19 PST 2013", "{UNIX}")
{:error, :time_zone_not_found} https://hexdocs.pm/timex/Timex.Format.DateTime.Formatters.Default.html Is this expected? I see |
Got the same this morning with "PST". Same result with |
Steps to reproduce
Description of issue
The text was updated successfully, but these errors were encountered: