mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
- Split `from` and `to` fields in courses into `fromDate`, `fromTime`, `toDate`, and `toTime` for improved flexibility. - Refactored meetups to use `startDate` and `startTime` instead of `start`. - Enhanced validation to handle new date and time fields. - Applied user-specific timezone conversions for event dates and times. - Updated views to utilize new date and time pickers for consistent scheduling.