I wasn’t sure how to format this from the docs.
I’m doing timing differences, and it displays like this.
t1 = Time.monotonic
---
---
puts Time.monotonic - t1 => 00:00:00.382677856
but I want to display just seconds (no matter how large), with between 3-6 decimal places
puts Time.monotonic - t1 => wxyz.abcdef