MCPcopy
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 */
7export function getUserTimezone(): string {
8 return dayjs.tz.guess() ?? 'utc';
9}

Callers 13

SurveyEventTableFunction · 0.90
ChartRender.tsxFile · 0.90
AIGatewayQuotaStatusFunction · 0.90
PageComponentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected