If timezones have ever made you suffer, this might help.
Here’s a DEV write-up on a public world time API that needs no sign-ups or API keys, and it’s frontend-friendly via CORS.
Highlights:
- DST + offsets included
- Geo-IP endpoint to detect the user timezone
- get more info copy-paste friendly usage
Read it here: https://dev.to/time-now-api/i-built-a-free-open-world-time-api-no-api-keys-cors-enabled-5en
If you work on frontend countdowns. Hope it helps.