Elixir Wizards S3E11 - Paul Schoenfelder and Hans Elias Josephsen on Lumen and Performance ElixirMix Podcast 087: Zip Generation using Packmatic with Evadne Wu

DateTimeParser 1.0.0 released

https://hexdocs.pm/date_time_parser

https://github.com/taxjar/date_time_parser

Changelog:

  • No longer converts to UTC. Converting to UTC too early could be bad. Options still available.
  • No longer assumes date or time. No information is better than bad information. Options still available.
  • Added bang variants
  • Added parse/2 that will return best match.
  • Fixed bugs
  • Calling it stable.