If timezones have ever made you suffer, this is worth bookmarking.
This get time by timezone DEV post shares a public world time API that works without accounts or keys, and it’s CORS-enabled.
Nice bits:
- Offsets + dst flag included
- an /ip endpoint for timezone auto-detect
- quick start examples
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. Happy coding.