Public Clock API — no keys CORS-ready
If you’ve ever battled, this is a handy reference.
This DEV click here post shares a public world time API that works without accounts or API keys, and it’s CORS-enabled.
Highlights:
- DST + offsets included
- Geo-IP endpoint to detect the user timezone
- Simple GET requests
Full post: https://dev.to/time-now-api/i-built-a-free-open-world-time-api-no-api-keys-cors-enabled-5en
Useful for apps that need a trusted time source. Hope it helps.