summaryrefslogtreecommitdiff
path: root/src/node_modules/chance/docs/time/timezone.md
blob: 5d9247e52cfe4a8822e4a0f9e86e6376442ac2d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# timezone

```js
// usage
chance.timezone()
```

Return a random timezone

```js
chance.timezone();
=> {
"name": "India Standard Time",
"abbr": "IST",
"offset": 5.5,
"isdst": false,
"text": "(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi",
"utc": ["Asia/Calcutta"]
}
```