-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cover all ES Date Formats #5
Comments
The Adding |
|
Other date formats should be fairly easy to add now. Any date mappings that require changing the parse logic, or where there isn't some |
The date parser needs to provide the current implementation as a default for
Format
implementations, but also them to override it where the situation is unique, such as withepoch_millis
where there's no equivalent chrono format.Format
trait.
as milliseconds)The text was updated successfully, but these errors were encountered: