You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, and Timex.DateFormat.Formatters.Formatter behaviour. Potentially Breaking Change: I've kept the same DateFormat.* 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.