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
Duration splits into just nanoseconds for the sub-second component. The individual unit clases like IntMilliseconds split into each applicable sub-second unit -- in this case, milliseconds.
Not sure if this is what one would expect. Could allow it to split into "seconds and nanoseconds" in addition to "seconds and milliseconds".
The text was updated successfully, but these errors were encountered:
erikc5000
changed the title
toComponents {} is inconsistent between Duration and unit classes
toComponents() is inconsistent between Duration and duration unit classes
Oct 29, 2019
Duration
splits into just nanoseconds for the sub-second component. The individual unit clases likeIntMilliseconds
split into each applicable sub-second unit -- in this case, milliseconds.Not sure if this is what one would expect. Could allow it to split into "seconds and nanoseconds" in addition to "seconds and milliseconds".
The text was updated successfully, but these errors were encountered: