Abstract Timezones - bugfix v1.1 (#3325)

* Bugfix - float offset

* Update types - gmt_offset to float
This commit is contained in:
Andras Fordos 2024-05-21 12:20:19 +02:00 коммит произвёл GitHub
Родитель 6d750b08ac
Коммит d380ae65e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -7,7 +7,7 @@
"email": "fordosa90+ipc_abstrtimezone@gmail.com"
},
"description": "The Abstract Time, Date, and Timezone service is the easiest way to find, convert, and manage time and timezone data across the world.",
"version": "1.0"
"version": "1.1"
},
"host": "timezone.abstractapi.com",
"basePath": "/",
@ -124,8 +124,8 @@
"title": "Timezone abbreviation"
},
"gmt_offset": {
"type": "integer",
"format": "int32",
"type": "number",
"format": "float",
"description": "Timezone's offset from Greenwich Mean Time (GMT).",
"title": "GMT offset"
},
@ -179,8 +179,8 @@
"title": "Timezone abbreviation"
},
"gmt_offset": {
"type": "integer",
"format": "int32",
"type": "number",
"format": "float",
"description": "Timezone's offset from Greenwich Mean Time (GMT).",
"title": "GMT offset"
},