REST APIs

GeoAnalytics Builder account required

Time Zone

gettimezone.{xml | json}

This service returns the time zone for a given location.

This service does not cover daylight saving times.


A get time zone request must be formatted as follow:

https://geowebservices.maporama.com/gettimezone.output?maporamakey=key&parameters

Where:

  • key: Your account key
  • output: The response format. May be either of the following values:
    • .json output in JavaScript Object Notation (JSON)
    • .xml output as XML
The service is available using HTTPS protocol. The HTTPS verb must be GET.

List of parameters

Name Type Values Description
latitude float e.g. 48.87456 The latitude of your point. This is a mandatory field.
longitude float e.g. 2.23689 The longitude of your point. This is a mandatory field.
Demo
URL:
Format:
Send Request

Example

Definitions

  • Location The coordinates of the given location
  • Name The name of the time zone.
  • Utc Offset From UTC (Coordinated Universal Time).
  • Zone Zone number.
  • Dst_Place Daylight saving time places (if available) .