Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
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
export declare type TimeZoneResolver = () => TimeZone | undefined;
Import
import { TimeZoneResolver } from '@grafana/data';