EVOLUTION-MANAGER
Edit File: now.js
export var now = function () { return Date.now ? Date.now() : +new Date(); };