fisher60 / friendo-bot

A Discord Bot that is just a good Friendo
MIT License
25 stars 24 forks source link

Timezone command to unix timestamps #223

Open fisher60 opened 3 years ago

fisher60 commented 3 years ago

Summary

Our method for timezones is deprecated, Discord now allows for unix timestamps to be displayed. We are able to simplify the logic for the timezone command.

Implementation

We could store a unix time offset instead of the actual timezone, this should give us more control over timezones and could lead to reduced dependencies. The display and functionality would all be the same, this would be purely a back end change.