This timezone server is based on tzf-web:
which uses
- GitHub - ringsaturn/tzf-wasm: https://www.npmjs.com/package/tzf-wasm
- GitHub - ringsaturn/tzf-rs: Get timezone via longitude&latitude in Rust in a fast way
1. Web Interface
Only the Simple Mode (simple.html) is used.
2. API Mode
We have added a very rough API mode.
It is now possible to put latitude and longitude in the URL and have it return the timezone without much formatting in the body.
<html lang="en">
<head></head>
<body style="margin: 0px; background: white; color: black;">Australia/Sydney</body>
</html>
