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
ilya.gorbunov
06/10/2021, 2:31 PM
The default format could have 0, 3, 6, or 9 fractional digits, so that trailing zeroes are omitted in groups of 3.