+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "TimeZoneUtc"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## TimeZoneUtc type
### TimeZoneUtc type
Signature
```typescript
export declare type TimeZoneUtc = 'utc';
```
Import
```typescript
import { TimeZoneUtc } from '@grafana/data';
```