Changes
- Date parsing and formatting has been completely rewritten from the ground up. It now offers a pluggable architecture for both parsing and formatting, exposed via the
Timex.Parsers.DateFormat.Parser
behaviour, andTimex.DateFormat.Formatters.Formatter
behaviour. Potentially Breaking Change: I've kept the sameDateFormat.*
API, but because the parsers/formatters were rewritten, there may be bugs. The current test suite is passing, so if you encounter bugs, please document the exact parameters so I can fix it and make sure we have test coverage. Timezone.get(0)
now returnsUTC
notGMT
.- Support for Elixir 0.15.1