seems like on JS the toString() function adds 3 di...
# kotlinx-datetime
n
seems like on JS the toString() function adds 3 digits but on JVM it does 8 to the fractional seconds is there a way to configure it to be consistent ?
i
The default format could have 0, 3, 6, or 9 fractional digits, so that trailing zeroes are omitted in groups of 3.