soywiz-archive/klock

Occasional bug in date formatter

Closed this issue · 4 comments

Seeing inconsistent roundtrips when using DATETIME_UTC_COMPLETE_FRACTION

Example: DateTime(1644075138096) becomes 2022-02-05T15:32:18.960Z (which is incorrect).

Tested with 2.4.13

What would you expect to be the right result?

Then you would expect 2022-02-05T15:32:18.096Z?