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
Compare with other "classification_timestamp" values.
Actual result: This one timestamp lacks the millisecond digits while others have them.
Expected result: Timestamps always contain millisecond digits (or are exported with microseconds)
Issue Summary
.json file export drops millisecond part of timestamp if fraction of second has all millisecond digits as 0 (full second)
Steps to Reproduce
"classification_timestamp": "2021-02-04T05:25:56",
"classification_timestamp"
values.Actual result: This one timestamp lacks the millisecond digits while others have them.
Expected result: Timestamps always contain millisecond digits (or are exported with microseconds)
Technical details:
A query in https://sql.telemetry.mozilla.org/ with the query below shows all microsecond digits are zero:
000000
The text was updated successfully, but these errors were encountered: