HomeWildfire Games

JS Date cleanup.

Description

JS Date cleanup.
Use Date.now() to get the current timestamp instead of doing arithmetic with Date objects and avoid needless object instantiation.

Differential Revision: https://code.wildfiregames.com/D554
Eyeballed By: causative