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
BSON element type 0x9 is a millisecond-based time field. http://bsonspec.org/#/specification
Unfortunately, both NOW and DATE-TIME in CL-MONGO do not appear to support this, being limited to second-level resolution.
* (now) CL-MONGO::BSON-TIME Tue Jan 10 2012 14:06:13 (GMT-5) *
Ideally, a LOCAL-TIME object would be exposed, as it supports nano-second timings. http://common-lisp.net/project/local-time/manual.html
The text was updated successfully, but these errors were encountered:
ok. I'll see what I can do...
Sorry, something went wrong.
I'm not intimate with the bson format, but if there is anything I can do to help, please let me know.
No branches or pull requests
BSON element type 0x9 is a millisecond-based time field. http://bsonspec.org/#/specification
Unfortunately, both NOW and DATE-TIME in CL-MONGO do not appear to support this, being limited to second-level resolution.
Ideally, a LOCAL-TIME object would be exposed, as it supports nano-second timings. http://common-lisp.net/project/local-time/manual.html
The text was updated successfully, but these errors were encountered: