get https://api-payment.inspireplatform.io/timezones
Overview
Retrieve all time zones for the tenant.
A successful response contains an Object Array with time zone data objects. Each object describes a time zone and has the following properties:
Name | Type | Description |
---|---|---|
id | String | Time zone ID |
name | String | Time zone name |
countryIsoCode | String | ISO country code |
utcOffset | String | Hour difference from the UTC time |
utcDstOffset | String | Difference from UTC during Daylight Savings Time |