+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "TimeZone" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## TimeZone type ### TimeZone type Signature ```typescript export declare type TimeZone = TimeZoneBrowser | TimeZoneUtc | string; ``` Import ```typescript import { TimeZone } from '@grafana/data'; ```