MCPcopy
hub / github.com/iamkun/dayjs / tz

Method tz

types/plugin/timezone.d.ts:8–8  ·  view source on GitHub ↗
(timezone?: string, keepLocalTime?: boolean)

Source from the content-addressed store, hash-verified

6declare module 'dayjs' {
7 interface Dayjs {
8 tz(timezone?: string, keepLocalTime?: boolean): Dayjs
9 offsetName(type?: 'short' | 'long'): string | undefined
10 }
11

Callers 3

timezone.test.jsFile · 0.80
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected