Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information