+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "DateTimeOptions"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## DateTimeOptions interface
Signature
```typescript
export interface DateTimeOptions
```
Import
```typescript
import { DateTimeOptions } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [timeZone](#timezone-property) | TimeZone
| |
### timeZone property
Signature
```typescript
timeZone?: TimeZone;
```