From d380ae65e22d686178aefcbee44cf5ea8e3e4beb Mon Sep 17 00:00:00 2001 From: Andras Fordos Date: Tue, 21 May 2024 12:20:19 +0200 Subject: [PATCH] Abstract Timezones - bugfix v1.1 (#3325) * Bugfix - float offset * Update types - gmt_offset to float --- .../Abstract Timezones/apiDefinition.swagger.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/independent-publisher-connectors/Abstract Timezones/apiDefinition.swagger.json b/independent-publisher-connectors/Abstract Timezones/apiDefinition.swagger.json index 475e93df1..1fc82be92 100644 --- a/independent-publisher-connectors/Abstract Timezones/apiDefinition.swagger.json +++ b/independent-publisher-connectors/Abstract Timezones/apiDefinition.swagger.json @@ -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" },