Hi,
Using the Azure Map service and more specifically the GetTimezoneByCoordinates
Using that API with coordinate points in North Sea for example { Latitude : 59.58907, Longitude : 1.057123} would result in a summarized response indicating timezoneId to be Etc/UTC { "id": "Etc/UTC", "standardOffset": "00:00:00" }
First question : Does the Azure Map service determine the timezoneId using the UN (United Nation) convention of 14 miles after which the time zone revert back to the natural time zone ?
If yes, is there a way to customized that rule so that the distance before reverting can be modified to a different value ? (in my present case the expected result would be timezoneId = "Europe/London" so that Day Light Saving can be taken into account)
Thanks
Pascal.