knadh / dns.toys

A DNS server that offers useful utilities and services over the DNS protocol. Weather, world time, unit conversion etc.
https://www.dns.toys
MIT License
2.48k stars 135 forks source link

feat: timezone conversion #62

Closed suraj-ranganath closed 1 year ago

suraj-ranganath commented 1 year ago

Feature to convert time from one city's timezone to another. Example queries: dig 22:30dhaka-austin.timeconv @dns.toys dig 3:19toronto-london/gb.timeconv @dns.toys dig 13:03bengaluru/in-tours/fr.timeconv @dns.toys

knadh commented 1 year ago

Timezone conversion is a great addition. Thanks @suraj-ranganath!

I've taken the liberty of copying your PR, cleaning it up a bit, and merging the feature into the existing .time service without having to introduce a new .timeconv service. It's merged here https://github.com/knadh/dns.toys/pull/63.

Thanks again!