Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ getNow
Function
getNow
frontend/src/utils/dateTimeUtils.js:51–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
dayjs(dateTime).format(formatStr);
50
51
export
const
getNow = () => dayjs();
52
53
export
const
toFriendlyDuration = (dateTime, unit) =>
54
dayjs.duration(dateTime, unit).humanize();
Callers
9
M3UTable
Function · 0.90
handleStartDateChange
Function · 0.90
formatTime
Function · 0.90
getFormDefaults
Function · 0.90
buildTimePlaceholders
Function · 0.90
createRoundedDate
Function · 0.90
TVChannelGuide
Function · 0.90
handleVisibilityChange
Function · 0.90
useTimeHelpers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected