Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ convertToMs
Function
convertToMs
frontend/src/utils/dateTimeUtils.js:17–17 ·
view source on GitHub ↗
(dateTime)
Source
from the content-addressed store, hash-verified
15
dayjs.extend(customParseFormat);
16
17
export
const
convertToMs = (dateTime) => dayjs(dateTime).valueOf();
18
19
export
const
convertToSec = (dateTime) => dayjs(dateTime).unix();
20
Callers
4
mapProgramsByChannel
Function · 0.90
fetchPrograms
Function · 0.90
calculateLeftScrollPosition
Function · 0.90
TVChannelGuide
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected