MCPcopy Create free account
hub / github.com/tinyplex/tinybase / dateGetUTCSeconds

Function dateGetUTCSeconds

src/common/other.ts:84–85  ·  view source on GitHub ↗
(dateObj: Date)

Source from the content-addressed store, hash-verified

82 dateObj.getUTCMinutes();
83
84export const dateGetUTCSeconds = (dateObj: Date): number =>
85 dateObj.getUTCSeconds();
86
87export const hasWindow = (): boolean => !isUndefined(GLOBAL.window);
88

Callers 1

getTimeTickLabelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…