Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msgbyte/tianji
/ getUserTimezone
Function
getUserTimezone
src/client/api/model/user.ts:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
*
return
local, or fetch remote data
6
*/
7
export
function
getUserTimezone(): string {
8
return
dayjs.tz.guess() ??
'utc'
;
9
}
Callers
13
InsightsTimeEventChart.tsx
File · 0.90
SurveyEventTable
Function · 0.90
ChartRender.tsx
File · 0.90
InsightQueryChart.tsx
File · 0.90
TelemetryOverview.tsx
File · 0.90
AIGatewaySummaryStats.tsx
File · 0.90
AIGatewayAnalytics.tsx
File · 0.90
AIGatewaySparkline.tsx
File · 0.90
AIGatewayOverview.tsx
File · 0.90
AIGatewayQuotaStatus
Function · 0.90
WebsiteOverview.tsx
File · 0.90
PageComponent
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected