Configure the timezone
The default timezone for the bot is UTC. You can change it by adjusting the settings.timezone
variable:
timezone: America/New_York
KAMIHI_TIMEZONE=America/New_York
from kamihi import bot
bot.settings.timezone = "America/New_York"
You can get the list of available timezones from here.