mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: can not create a card in the right date. disable utc setting (#2251)
This commit is contained in:
parent
2205b12af2
commit
5d542394d8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user