friendo-bot icon indicating copy to clipboard operation
friendo-bot copied to clipboard

Timezone command to unix timestamps

Open fisher60 opened this issue 3 years ago • 0 comments

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.

fisher60 avatar Aug 27 '21 15:08 fisher60