Date format "4 April 2026" + timezone display #54

Closed
opened 2026-04-04 06:46:17 +02:00 by shoko · 0 comments
Owner

Objective

Update date display format to human-readable format with timezone awareness.

Changes

Date Format

Change from 2026-04-04 to 4 April 2026

Time Display

  • If time is set, display as 4 April 2026 14:30
  • If no time, display as 4 April 2026

Timezone-Aware Display

  • Display dates in room's configured timezone
  • Show timezone abbreviation: 4 April 2026 14:30 (Asia/Jakarta)

Example Outputs

No due date:     (none shown)
Date only:       📅 4 April 2026
Date + time:     📅 4 April 2026 14:30
With timezone:   📅 4 April 2026 14:30 (Asia/Jakarta)

Affected Commands

  • /bounty (list)
  • /show (detail view)
  • /my (tracked bounties)
  • /recover (recovery list)

Dependencies

  • #43 (service layer must be done first)
## Objective Update date display format to human-readable format with timezone awareness. ## Changes ### Date Format Change from `2026-04-04` to `4 April 2026` ### Time Display - If time is set, display as `4 April 2026 14:30` - If no time, display as `4 April 2026` ### Timezone-Aware Display - Display dates in room's configured timezone - Show timezone abbreviation: `4 April 2026 14:30 (Asia/Jakarta)` ### Example Outputs ``` No due date: (none shown) Date only: 📅 4 April 2026 Date + time: 📅 4 April 2026 14:30 With timezone: 📅 4 April 2026 14:30 (Asia/Jakarta) ``` ## Affected Commands - /bounty (list) - /show (detail view) - /my (tracked bounties) - /recover (recovery list) ## Dependencies - #43 (service layer must be done first)
shoko added this to the Phase 2 milestone 2026-04-04 06:46:17 +02:00
shoko added the telegram-botphase-2 labels 2026-04-04 06:46:17 +02:00
han was assigned by shoko 2026-04-04 06:46:17 +02:00
shoko closed this issue 2026-04-04 09:20:43 +02:00
shoko reopened this issue 2026-04-04 09:24:50 +02:00
shoko closed this issue 2026-04-04 15:37:21 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/jigaido#54