timezone
query
Get timezone by ID
Retrieves a timezone's details, including name, UTC offset, and region.
query {
timezone(timezoneId: Int!): Timezone!
}Returns: Timezone!
Arguments
| Name | Type | Description |
|---|---|---|
timezoneId | Int! |
Get timezone by ID
Retrieves a timezone's details, including name, UTC offset, and region.
query {
timezone(timezoneId: Int!): Timezone!
}Returns: Timezone!
| Name | Type | Description |
|---|---|---|
timezoneId | Int! |