+++
# -----------------------------------------------------------------------
# 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
Signature
```typescript
getTimeZoneGroups: () => {
label: string;
options: string[];
}[]
```
Import
```typescript
import { getTimeZoneGroups } from '@grafana/data';
```