MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / getNowMs

Function getNowMs

frontend/src/utils/dateTimeUtils.js:109–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107export const getMillisecond = (dateTime) => dayjs(dateTime).millisecond();
108
109export const getNowMs = () => Date.now();
110
111export const roundToNearest = (dateTime, minutes) => {
112 const current = initializeTime(dateTime);

Callers 3

mapProgramsByChannelFunction · 0.90
calculateProgressFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected