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

  1. export declare type TimeZoneResolver = () => TimeZone | undefined;

Import

  1. import { TimeZoneResolver } from '@grafana/data';