Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Date Picker Timezone Issue & Enable Dynamic Zoom Host Selection #1447

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SirLink
Copy link

@SirLink SirLink commented Dec 6, 2024

Resolved issue where selecting a date sets it to the previous day.

  • Updated FormDateInput and ZoomMeetingForm to use date-fns's parse and format functions, ensuring dates are handled as local dates to prevent timezone-related shifts.

Enable Dynamic Zoom Host Selection:

  • Replaced fixed Zoom host with a dropdown (FormSelectInput) allowing users to select from available hosts.
  • Supports multi-tenant Zoom accounts by allowing different hosts per course.

Impact

  • Users will see correct dates regardless of their timezone.
  • Administrators can assign different Zoom hosts for courses, enhancing flexibility for multi-tenant environments.

Testing

  • Verified date selection across multiple timezones to ensure accuracy.
  • Tested Zoom host dropdown to confirm dynamic selection and proper handling in multi-tenant setups.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant