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
as.hms.POSIXt() now defaults to the current time zone, the previous default was "UTC" and can be restored by calling pkgconfig::set_config("hms::default_tz", "UTC").
New features
Pillar support, will display hms columns in tibbles in color on terminals
that support it (#43).
New round_hms() and trunc_hms() for rounding or truncating to a given multiple of seconds (#31).
New parse_hms() and parse_hm() to parse strings in "HH:MM:SS" and "HH:MM" formats (#30).