New feature for Time Zones
5. 11. 2024
We have prepared a new TimeZone API that provides a set of functions for working with time zones. This API allows you to obtain information about time zones based on geographic coordinates or IANA codes.
These functions will be used by all developers who need to work with local time or UTC time across different countries in their applications.
With TimeZone API, you can:
- Search by coordinates: Get the time zone and current time by entering latitude and longitude.
- Search by IANA code: Retrieve time zone details using its IANA name.
- Time conversion: Convert times between different time zones or between local time and UTC.
- Current time: Find the current time in any time zone.
- Planning and time differences: Calculate time differences for planning events across time zones.
You can view a functional example in this Tutorial.