Free Timezone API — no API keys + CORS
If timezones have ever made you suffer, this is a handy reference.
This DEV post shares a public world time API that doesn’t require sign-ups or API keys, and timezone + DST API it’s CORS-enabled.
Highlights:
- DST + offsets included
- an /ip endpoint for timezone auto-detect
- copy-paste friendly usage
Full post: https://dev.to/time-now-api/i-built-a-free-open-world-time-api-no-api-keys-cors-enabled-5en
Useful for global scheduling. Happy coding.