fix: can not create a card in the right date. disable utc setting (#2251)

This commit is contained in:
Nathan.fooo 2023-04-12 21:09:50 +08:00 committed by GitHub
parent 2205b12af2
commit 5d542394d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,7 +220,6 @@ class CalendarBloc extends Bloc<CalendarEvent, CalendarState> {
final date = DateTime.fromMillisecondsSinceEpoch(
eventPB.timestamp.toInt() * 1000,
isUtc: true,
);
return CalendarEventData(
title: eventPB.title,