presently, issue w/ timezones as bot is solely operating off of chrono::Local, which results in usage of timezone of wherever the server that is hosting the bot is. need to change this for multi-user use!
adding the timezone set command likely needs both stronger privacy (see: slash command so no public user sees) and the use of the chrono_tz crate for handling timezones. planned in future
presently, issue w/ timezones as bot is solely operating off of
chrono::Local, which results in usage of timezone of wherever the server that is hosting the bot is. need to change this for multi-user use!adding the timezone set command likely needs both stronger privacy (see: slash command so no public user sees) and the use of the
chrono_tzcrate for handling timezones. planned in future