# utils/timezone

## Index

### Interfaces

* [Coordinates](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference)
* [Timezone](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference)

### Functions

* [\_testSetTimezoneOverride](#_testsettimezoneoverride)
* [timezone](#timezone)

## Functions

### \_testSetTimezoneOverride

▸ **\_testSetTimezoneOverride**(`zone`: string | undefined): *void*

*Defined in* [*packages/contractkit/src/utils/timezone.ts:7*](https://github.com/celo-org/celo-monorepo/blob/master/packages/contractkit/src/utils/timezone.ts#L7)

**Parameters:**

| Name   | Type                |
| ------ | ------------------- |
| `zone` | string \| undefined |

**Returns:** *void*

### timezone

▸ **timezone**(`tz?`: undefined | string): [*Timezone*](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference) *| undefined*

*Defined in* [*packages/contractkit/src/utils/timezone.ts:41*](https://github.com/celo-org/celo-monorepo/blob/master/packages/contractkit/src/utils/timezone.ts#L41)

**Parameters:**

| Name  | Type                |
| ----- | ------------------- |
| `tz?` | undefined \| string |

**Returns:** [*Timezone*](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference) *| undefined*
