Skip to content

Commit 50dd9a7

Browse files
committed
fix(notification): should fix timezone issue
1 parent 682ee29 commit 50dd9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/race_components.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class RacesList extends StatelessWidget {
363363
hour: sessionDate.hour,
364364
day: sessionDate.day,
365365
month: sessionDate.month,
366-
timeZone: 'GMT${session['gmtOffset']}',
366+
timeZone: 'GMT+00:00',
367367
),
368368
);
369369
}

0 commit comments

Comments
 (0)