Is it currently possible to output date time with millisecond resolution? E.g. a date time object containing: 2017-05-29 11:08:34.768
Having looked at the [times module](https://nim-lang.org/docs/times.html), seconds seems to be the most fine grained for full dates so far. As part of a workflow, I process 10Hz GPS logs, and for various reasons full date-timestamps with ms precision are needed for each logged point (the data exists in the logs, it just needs some processing). Have I missed something in the documentation? Or is it not yet implemented, and if so, does anyone know if it will be?
