mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 10:32:42 +08:00
24 lines
610 B
Markdown
24 lines
610 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "getTimeZones"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## getTimeZones variable
|
|
|
|
### getTimeZones variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
getTimeZones: ((includeInternal?: any) => TimeZone[]) & import("lodash").MemoizedFunction
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { getTimeZones } from '@grafana/data';
|
|
```
|