+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "TimeZoneInfo"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## TimeZoneInfo interface
Signature
```typescript
export interface TimeZoneInfo
```
Import
```typescript
import { TimeZoneInfo } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [abbreviation](#abbreviation-property) | string
| |
| [countries](#countries-property) | TimeZoneCountry[]
| |
| [name](#name-property) | string
| |
| [offsetInMins](#offsetinmins-property) | number
| |
| [zone](#zone-property) | string
| |
### abbreviation property
Signature
```typescript
abbreviation: string;
```
### countries property
Signature
```typescript
countries: TimeZoneCountry[];
```
### name property
Signature
```typescript
name: string;
```
### offsetInMins property
Signature
```typescript
offsetInMins: number;
```
### zone property
Signature
```typescript
zone: string;
```