No-signup World Time API — no keys + CORS
If you ever fought, this is worth bookmarking.
Here’s a DEV write-up on a free world time API that doesn’t require sign-ups or keys, and it’s CORS-enabled.
What I liked:
- Timezone + DST handled
- Geo-IP more info 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
If you’re building apps that need a trusted time source. Hope it helps.