Description
We need to update the labels in the availability selector for people that are in different time zones, so it displays accordingly. The time slots run from 10am-10pm EST, so for example, a user in PST should see it run from 7am-7pm.
Acceptance Criteria
- Labels properly update depending on timezone
Proposed Solution
- create a function to compute the timeslot hours based on a user's timezone
- map the REVIEW_TIMES array in EditAvailability.tsx, SingleAvailabilityView.tsx and AvailabilityScheduleView.tsx
Mocks
No response
Description
We need to update the labels in the availability selector for people that are in different time zones, so it displays accordingly. The time slots run from 10am-10pm EST, so for example, a user in PST should see it run from 7am-7pm.
Acceptance Criteria
Proposed Solution
Mocks
No response