Re-implement the timezone command that was reverted. - Add cmd_timezone function with get/set functionality - Validate timezone using zoneinfo (IANA format) - Admin-only permission via service layer - Update help text and bot command list - Fix indentation bug in cmd_add (duplicate lines) Fixes #53