Feature #10091
closedadded pagination and extra columns to admin views. Root-caused a systemic timezone bug — date handling wasn't anchored to Eastern time, causing bookings/reschedules to shift depending on server timezone; fixed with a shared timezone utility across 6+ call
Subtasks
Related issues
Updated by sairam machavarapu 4 days ago
- Due date set to 07/29/2026
- Status changed from New to Closed
- % Done changed from 0 to 100
- Estimated time set to 3:00 h
Added pagination (12/page) for tenants, staff-name column for table bookings, DB store ID display on store cards.
Root-caused and fixed a systemic Eastern-time bug: demo reschedule/slot booking used naive Date parsing (server-timezone-dependent) instead of anchoring to America/New_York; added shared easternWallClockToUtc helper (backend) and formatEasternDateTime for emails; fixed 6+ call sites across email service, slot availability, and admin reschedule.