Public World Time API — no API keys + CORS
If timezones have ever made you suffer, time synchronization API this is worth bookmarking.
This DEV post shares a free world time API that doesn’t require sign-ups or API keys, and it’s frontend-friendly via CORS.
Highlights:
- Offsets + dst flag included
- Geo-IP endpoint to detect the user timezone
- copy-paste friendly usage
Link: https://dev.to/time-now-api/i-built-a-free-open-world-time-api-no-api-keys-cors-enabled-5en
Useful for frontend countdowns. Hope it helps.