friendo-bot
friendo-bot copied to clipboard
Timezone command to unix timestamps
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.