Timezone By Address
'Timezone By Address' service retrieves the local time of any location in the world for a given address. The input and retrieved time format is in milliseconds. The retrieved information includes:
- Timezone name: Name of the timezone.
- Time offset from UTC (in milliseconds): UTC offset time in milliseconds for the given location coordinates.
- Daylight Savings offset (in milliseconds): Daylight saving offset time in milliseconds for the given location coordinates.
- Timestamp (in milliseconds): UTC (Coordinated Universal Time) in milliseconds.
Note: The local time in milliseconds for a given location coordinates and given UTC time
can be obtained by adding timestamp, UTC OffSet and DST OffSet.
This service is available globally.