If timezones have ever made you suffer, this might help.
Here’s a DEV write-up on a free world time API that works without sign-ups or keys, and it’s CORS-enabled.
Highlights:
- Timezone + DST handled
- Geo-IP endpoint to detect the user timezone
- Simple GET requests
Read it here: https://dev.to/time-now-api/i-built-a-free-open-world-time-api-no-api-keys-cors-enabled-5en
Useful get time by timezone for apps that need a trusted time source. Happy coding.