mirror of https://github.com/grafana/grafana.git
567 B
567 B
+++
-----------------------------------------------------------------------
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
export declare type TimeZone = TimeZoneBrowser | TimeZoneUtc | string;
Import
import { TimeZone } from '@grafana/data';