mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 09:02:24 +08:00
24 lines
659 B
Markdown
24 lines
659 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "timeZoneFormatUserFriendly"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## timeZoneFormatUserFriendly variable
|
|
|
|
### timeZoneFormatUserFriendly variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
timeZoneFormatUserFriendly: (timeZone: TimeZone | undefined) => string | undefined
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { timeZoneFormatUserFriendly } from '@grafana/data';
|
|
```
|