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
It is sometimes useful to be able to round times (and durations), for example here. The Go standard library provides both of these (time.Time and time.Duration) and we have a time lib, so we can add it there.