feat: human-readable date format with timezone awareness #68
Reference in New Issue
Block a user
Delete Branch "fix/issue-54"
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
Implements issue #54: Human-readable date format with timezone awareness.
Changes
New
format_due_date()function - Formats Unix timestamps as:4 April 2026(date only)4 April 2026 14:30 (Asia/Jakarta)(with time and timezone)Updated
format_bounty()- Now accepts optionalroom_idto get timezone from room configUpdated commands:
/bounty- Shows dates with room timezone/my- Shows dates with room timezone/add- Shows due date with room timezoneExample Output
Testing
All 97 tests pass.
Fixes #54