MCPcopy
hub / github.com/date-fns/date-fns / tz

Method tz

pkgs/tz/src/date/index.js:7–9  ·  view source on GitHub ↗
(tz, ...args)

Source from the content-addressed store, hash-verified

5 //#region static
6
7 static tz(tz, ...args) {
8 return args.length ? new TZDate(...args, tz) : new TZDate(Date.now(), tz);
9 }
10
11 //#endregion
12

Callers 2

tests.tsFile · 0.45
tzFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected