#75 pinned timetable to german timezone

This commit is contained in:
Elias Müller 2025-02-13 22:28:45 +01:00
parent 33d488946a
commit 8daf57bcee

View File

@ -123,6 +123,7 @@ class _TimetableState extends State<Timetable> {
return RefreshIndicator(
child: SfCalendar(
timeZone: 'W. Europe Standard Time',
view: CalendarView.workWeek,
dataSource: _buildTableEvents(value),