Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/date-fns/date-fns
/ tz
Function
tz
pkgs/tz/playground.mjs:139–146 · pkgs/tz/playground.mjs::tz
(date)
Source
from the content-addressed store, hash-verified
137
}
138
139
function
tz(date) {
140
return
Intl.DateTimeFormat(
class
="st">"en-US", {
141
timeZoneName:
class
="st">"longOffset",
142
})
143
.format(date)
144
.split(
class
="st">" ")[1]
145
.slice(3);
146
}
Callers
15
test.ts
File · 0.90
test.ts
File · 0.90
test.ts
File · 0.90
test.ts
File · 0.90
test.ts
File · 0.90
test.ts
File · 0.90
test.ts
File · 0.90
test.ts
File · 0.90
test.ts
File · 0.90
test.ts
File · 0.90
test.ts
File · 0.90
test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected