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