dbernheisel / date_time_parser

Parse strings into DateTime, NaiveDateTime, Date, or Time https://hexdocs.pm/date_time_parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why the strict versions in dependencies?

dkuku opened this issue · comments

Does it really require timex in with a strict version like specified in the mix file?

It does, unfortunately because later versions of Timex doesn't parse timezone abbreviations.

I'd like to remove the dependency altogether with #1 but have to build a IANA file parser to do that.