Skip to content
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

Allow micoseconds for datetime filters #124

Open
KhaledBousrih opened this issue Feb 24, 2022 · 0 comments
Open

Allow micoseconds for datetime filters #124

KhaledBousrih opened this issue Feb 24, 2022 · 0 comments

Comments

@KhaledBousrih
Copy link
Collaborator

Currently, the datetime filters only accept these two formats:

  • YYYY-MM-DD
  • YYYY-MM-DDTHH:mm:ssZ

We should be able to also accept the format with the microseconds YYYY-MM-DDTHH:mm:ss.xxxxxxZ with at most 6 digits for microseconds (regex: r'^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,6})?Z$')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant