feat: implement /timezone command to get/set room timezone #67
Reference in New Issue
Block a user
Delete Branch "feat/issue-53-timezone"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implement /timezone command as specified in #53:
/timezone- Get current room timezone (default UTC+0)/timezone <tz>- Set room timezone (admin-only)Changes
apps/telegram-bot/commands.py:zoneinfoimport for timezone validationcmd_timezonehandler functionapps/telegram-bot/bot.py:cmd_timezoneTesting
Fixes #53