arbret/frontend/app/utils
counterweight a5b941e748
Fix timezone issue in formatDateTime for appointments page
- Changed formatDateTime to use UTC methods instead of toLocaleString
- Prevents timezone conversion when displaying appointment times
- Now booking at 11:45 shows as 11:45 in appointments page, not 12:45
- Consistent with formatTime which already uses UTC
- Manual formatting to match previous format: 'Mon, Jan 15, 11:45'
2025-12-21 18:18:40 +01:00
..
appointment.ts Extract duplicate status display logic to shared utility 2025-12-21 17:50:24 +01:00
date.ts Fix timezone issue in formatDateTime for appointments page 2025-12-21 18:18:40 +01:00