Update timescale for 'chelonia/time' to be milliseconds (same as Date.now()) #2593
Labels
App:Backend
App:Frontend
Kind:Core
Anything that changes or affects the fundamental core data structures & design of the application.
Kind:Enhancement
Improvements, new features, performance upgrades, etc.
Note:Discussion
Milestone
Problem
It seems weird to have to first divide by
1e3
and then multiply by1e3
all over the place.Solution
Why not just stick to
Date.now()
's time scale for consistency?The text was updated successfully, but these errors were encountered: