You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need up to millisecond for time. integer is enough for this.
In current master it converts just to vector of ints. In my branch I have it as POSIXct: which is has date in it and timezone.
difftime has unit only up to seconds, which is not suitable. hms is based on difftime and can go up to microseconds according to description and can play with posixct, be nagative or more then 24hrs
Is this still open?
The nanotime package has a nanoduration class which would be better suited I think. It handles nanoseconds and is using integer64 under the hood
https://hms.tidyverse.org/index.html
The text was updated successfully, but these errors were encountered: