Stream: implementers
Topic: precision of DateTime datatype and search parameter
Georg Fette (Jan 22 2019 at 08:21):
Hello, The datatype datetime may have a precision containing nanoseconds (e.g. 2017-01-01T00:00:00.000Z). The search api parameter for datetimes, however, is restricted to seconds for its maximum precision. Why is there a discrepancy between those two precisions ?
Greetings
Grahame Grieve (Jan 22 2019 at 20:47):
no one identified a need, and some implementations identified precision issues
Last updated: Apr 12 2022 at 19:14 UTC