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
fix: changeTime is already in milliseconds (#3198)
We need to pass the timestamp in milliseconds to the date constructor,
this code was assuming that changeTime was in seconds and needed to be
multiplied by 1000 to get milliseconds but it is already in
milliseconds.
This led to the constructed date being incorrect.
0 commit comments