We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should support monocle time 1640995200 1641081600
monocle time 1640995200 1641081600
Would be great to support non-RFC3339 inputs with some reasonable default values:
2022-01-01
2022-01-01T00:00:00Z
2022-01-01T01
2022-01-01T01:00:00Z
humantime's parse_rfc3339_weak could be used here.
humantime
parse_rfc3339_weak
In short, treat any string with non-numeric characters as time string and try to parse it as much as possible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Multiple timestamps
Should support
monocle time 1640995200 1641081600
Relaxed input validation
Would be great to support non-RFC3339 inputs with some reasonable default values:
2022-01-01
->2022-01-01T00:00:00Z
2022-01-01T01
->2022-01-01T01:00:00Z
humantime
'sparse_rfc3339_weak
could be used here.In short, treat any string with non-numeric characters as time string and try to parse it as much as possible.
The text was updated successfully, but these errors were encountered: