The follow is based on the docs for [jiff](https://docs.rs/jiff/latest/jiff/fmt/strtime/index.html#conversion-specifications) and [chrono](https://docs.rs/chrono/latest/chrono/format/strftime/index.html#specifiers). Unless I'm mistaken there are specifiers available for fractional seconds `%f`. https://github.com/MathNya/umya-spreadsheet/blob/9b7e2bf7a2e21d1b3bb189191dfd5be169f2f31c/src/helper/number_format/date_formater.rs#L51-L52
The follow is based on the docs for jiff and chrono.
Unless I'm mistaken there are specifiers available for fractional seconds
%f.umya-spreadsheet/src/helper/number_format/date_formater.rs
Lines 51 to 52 in 9b7e2bf