Abstract Timezones - bugfix v1.1 (#3325)
* Bugfix - float offset * Update types - gmt_offset to float
This commit is contained in:
Родитель
6d750b08ac
Коммит
d380ae65e2
|
@ -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"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче