You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					21 lines
				
				273 B
			
		
		
			
		
	
	
					21 lines
				
				273 B
			| 
											11 months ago
										 | # 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"]
 | ||
|  | }
 | ||
|  | ```
 |