You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normalize function for datetime strings would not preserve the milliseconds values in the filter
causing the /search endpoint to return incorrect results. This change ensures the milliseconds
are not removed.
Normalize function for datetime strings did not preserve milliseconds, causing the `/search`
endpoint return incorrect results. This change ensures that milliseconds are retained when normalized.
0 commit comments