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
{{ message }}
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
I think the problem with making this an implicit instance is that there are so many date formats. Why that pattern instead of something from ISO 8601? If we can think of a good solution to that, I'm open to adding it. I suppose there could be an explicit instance that takes the pattern as an argument, from which an implicit could be created.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We've done something like this to support decoding dates form our config files
Is that something that could/should go into the
CfgValue
trait? We'd do a pull request but aren't sure how you'd prefer it to slot in.The text was updated successfully, but these errors were encountered: