now()
now():
number
Defined in: src/util/time_control.ts:65
Returns the current time in milliseconds. When time is frozen via setNow(), returns the frozen timestamp. Otherwise returns real browser time (performance.now() or Date.now()).
Returns
number
Current time in milliseconds