Docs: updated packages reference docs for 7.1.0-beta1. (#25958)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
+++
|
||||
# -----------------------------------------------------------------------
|
||||
# Do not edit this file. It is automatically generated by API Documenter.
|
||||
# -----------------------------------------------------------------------
|
||||
title = "getTimeZoneInfo"
|
||||
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
## getTimeZoneInfo variable
|
||||
|
||||
### getTimeZoneInfo variable
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
getTimeZoneInfo: (zone: string, timestamp: number) => TimeZoneInfo | undefined
|
||||
```
|
||||
<b>Import</b>
|
||||
|
||||
```typescript
|
||||
import { getTimeZoneInfo } from '@grafana/data';
|
||||
```
|
||||
Reference in New Issue
Block a user