I usually default to using the Date
object but unfortunately the issue with that is that it only supports up to millisecond of precision. For context I’m building a service in Rust that is storing data in MongoDB.
How do y’all usually handle situations like this?