tidyverse / hms

A simple class for storing time-of-day values
https://hms.tidyverse.org/
Other
138 stars 25 forks source link

Does hms handles precision up to nanosecond ? #74

Closed statquant closed 4 years ago

statquant commented 5 years ago

Hello, I have a simple question regarding this package. Does the precision allows for use of nanoseconds ?

krlmlr commented 4 years ago

In principle yes, but the output format doesn't show nanoseconds yet. Let's discuss in #75.

hms::hms(1e-9) * 1e6
#> Time difference of 0.001 secs

Created on 2019-12-31 by the reprex package (v0.3.0)

github-actions[bot] commented 3 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.