Skip to main content
sunpeak API

Overview

The useTimeZone hook returns the user’s time zone from the host. It is a convenience wrapper around useHostContext.

Wraps onhostcontextchanged

MCP Apps SDK reference

Import

Signature

Returns

return
string
IANA time zone string (e.g., 'America/New_York'). Falls back to the browser’s local time zone when the host does not report one.

Usage

The time zone value comes from McpUiHostContext.timeZone.