MCPcopy 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

createContextMethod · 0.95
createContextMethod · 0.95
getNextMatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected