Skip to content

Commit 31a9893

Browse files
Update README.md
1 parent 428fb57 commit 31a9893

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,13 @@ geolocationParams.setIps(['1.1.1.1','2.2.22.2','34.1.1.3']);
4343

4444
console.log(api.getGeolocation(geolocationParams));
4545
```
46+
47+
### Time Zone API
48+
```js
49+
// Query time zone information by time zone ID
50+
var tzParams = new TimezoneParams();
51+
52+
tzParams.setIp("1.1.1.1");
53+
console.log(obj.getTimezone());
54+
```
55+

0 commit comments

Comments
 (0)