+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "TimeZoneResolver" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## TimeZoneResolver type ### TimeZoneResolver type The type to describe the time zone resolver function that will be used to access the default time zone of a user. Signature ```typescript export declare type TimeZoneResolver = () => TimeZone | undefined; ``` Import ```typescript import { TimeZoneResolver } from '@grafana/data'; ```