mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
fix: can not create a card in the right date. disable utc setting (#2251)
This commit is contained in:
parent
2205b12af2
commit
5d542394d8
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue