Timezone setting #42
Labels
backend
issues involving the guts of tablebot
enhancement
New feature or request
low priority
for things that aren't really necessary
major
Timezones are a pain, because not only do they vary per country, but they also change. We currently default to UTC, which is correct for half of the time in the UK. Two possible solutions to this:
!timezone
command which lets an admin set the bot's timezone. The challenge here is making sure that all plugins that use time respect this. You'll likely need some internal timezone helper file that provides plugins with this information (in anIORef
?), and this command can mutate that information.The text was updated successfully, but these errors were encountered: