Opening a PR to fix an issue we had in our Prod environment, where a UTC timestamp with 6-digit millisecond precision caused the spacetime date to overflow and give us a faulty date.
e.g.
2017-08-06T09:00:00.123456Z
will give
2017-08-06T09:00:01.234Z
Opening a PR to fix an issue we had in our Prod environment, where a UTC timestamp with 6-digit millisecond precision caused the spacetime date to overflow and give us a faulty date. e.g.
2017-08-06T09:00:00.123456Z
will give2017-08-06T09:00:01.234Z