Which is nice. Except those messages end up in my colleagues Python code where the Python naive date time deserialisation rejects it as it is expecting only 6 decimal places in the seconds.
My colleague has butchered his Python to manually chop off the spare digits but it would be better if I did not send them in the first place. In fact 2 decimal paces would do for us.
I'm sure chrono has a neat way to achieve this but darned if I can figure it out from all the docs.
I notice Chrono's NaiveDateTime has a from_timestamp_millis()method but that is deprecated.