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
In #4696 we made the epoch time more Unix-compatible without realizing it was used in the DateTimeFormatter which outputs the HMS timestamp string. Now that column shows the wrong time.
Also take this opportunity to use TimeUnit instead of literal math.