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
I have some issues with this format, in most cases difference between 1,5 days and 1 or 2 days is significant for me but there's no way to tune this format.
Duration way (timeA.Sub(timeB).Truncate(time.Second)) doesn't look good too: 2880h7m59s.
It would be awesome to be able to set minimal detailisation to print.
The text was updated successfully, but these errors were encountered:
Specifically, the conversion is confusing for low hours, for example. If there is a time that is 1h59m in the future, this shows up as 1 hour from now instead of 2 hours from now which would be more accurate.
I have some issues with this format, in most cases difference between 1,5 days and 1 or 2 days is significant for me but there's no way to tune this format.
Duration way (
timeA.Sub(timeB).Truncate(time.Second)
) doesn't look good too:2880h7m59s
.It would be awesome to be able to set minimal detailisation to print.
The text was updated successfully, but these errors were encountered: