Unity-Developer-Community / UDC-Bot

Bot of the Unity Developer Community Discord server
https://discord.gg/bu3bbby
MIT License
13 stars 7 forks source link

Get Time for country / timezone #90

Closed Pierre-Demessence closed 3 years ago

Pierre-Demessence commented 3 years ago

Something like !time France or !time US or !time NZ and it would show the current time at the selected location. I think the easiest would be to use some kind of API which take a "location" in parameter. That way we have nothing to do, and user can be as precise as they want when passing a location example: !time CA or !time Toronto, CA

Pierre-Demessence commented 3 years ago

https://ipgeolocation.io/documentation/timezone-api.html This could work, and it has a free plan of 30K requests / month. It also has a C# SDK.

Pierre-Demessence commented 3 years ago

Another https://www.abstractapi.com/time-date-timezone-api with a free plan of 5K requests / month