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

Function setSecond

frontend/src/utils/dateTimeUtils.js:91–91  ·  view source on GitHub ↗
(dateTime, value)

Source from the content-addressed store, hash-verified

89export const setMinute = (dateTime, value) => dayjs(dateTime).minute(value);
90
91export const setSecond = (dateTime, value) => dayjs(dateTime).second(value);
92
93export const setMillisecond = (dateTime, value) => dayjs(dateTime).millisecond(value);
94

Callers 2

buildTimePlaceholdersFunction · 0.90
createRoundedDateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected