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
Right now the dates exported by the archive processor are stored as strings in ISO8601. They should use this syntax:
{ "created_at": {"$date": "2012-01-01T15:00:00.000Z"} }
instead of:
{ "created_at": "2012-01-01T15:00:00.000Z"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now the dates exported by the archive processor are stored as strings in ISO8601. They should use this syntax:
instead of:
The text was updated successfully, but these errors were encountered: