feat: human-readable date format with timezone awareness #74

Closed
shoko wants to merge 1 commits from fix/issue-54-v2 into main
Owner

Implements human-readable date formatting with timezone awareness for issue #54

  • Add format_due_date() function that formats dates as 4 April 2026 or 4 April 2026 14:30 (Asia/Jakarta)
  • Update format_bounty() to use timezone-aware date formatting
  • Update cmd_bounty, cmd_my, cmd_add to pass room_id for timezone
  • Dates now display in room configured timezone

Fixes #54

Implements human-readable date formatting with timezone awareness for issue #54 - Add format_due_date() function that formats dates as 4 April 2026 or 4 April 2026 14:30 (Asia/Jakarta) - Update format_bounty() to use timezone-aware date formatting - Update cmd_bounty, cmd_my, cmd_add to pass room_id for timezone - Dates now display in room configured timezone Fixes #54
shoko added 1 commit 2026-04-04 10:15:47 +02:00
- Add format_due_date() function that formats dates as '4 April 2026'
  or '4 April 2026 14:30 (Asia/Jakarta)' with timezone support
- Update format_bounty() to use timezone-aware date formatting
- Update cmd_bounty, cmd_my, cmd_add to pass room_id for timezone
- Dates now display in room's configured timezone
- Fixes #54
shoko closed this pull request 2026-04-04 12:59:50 +02:00

Pull request closed

Sign in to join this conversation.