Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/node-cron/node-cron
/ toDate
Method
toDate
src/time/localized-time.ts:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
toDate(): Date{
28
return
new
Date(this.timestamp);
29
}
30
31
toISO(): string{
32
const
gmt = this.parts.gmt.replace(/^GMT/,
''
);
Callers
5
createContext
Method · 0.95
createContext
Method · 0.95
getNextMatch
Method · 0.80
matcher-walker.test.ts
File · 0.80
localized-time.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected