Public Clock API — no API keys + CORS
If you’ve ever battled, this might help.
This DEV post shares a free world time API that needs no accounts or keys, and it’s CORS-enabled.
What I liked:
- Timezone + DST handled
- Geo-IP endpoint to detect the user timezone
- Simple GET requests check here
Link: https://dev.to/time-now-api/i-built-a-free-open-world-time-api-no-api-keys-cors-enabled-5en
If you work on apps that need a trusted time source. Hope it helps.