MCPcopy
hub / github.com/formatjs/formatjs / msFromTime

Function msFromTime

packages/ecma262-abstract/DateOperations.ts:102–104  ·  view source on GitHub ↗
(t: number)

Source from the content-addressed store, hash-verified

100}
101
102export function msFromTime(t: number): number {
103 return mod(t, MS_PER_SECOND)
104}

Callers 1

ToLocalTimeFunction · 0.85

Calls 1

modFunction · 0.85

Tested by

no test coverage detected