convert datetime to string before logging error
This commit is contained in:
parent
a498fd252b
commit
fd7919ac42
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class RepresentationEvent {
|
|||
data: {
|
||||
'content': content.toJson(),
|
||||
'event': _event?.toJson(),
|
||||
'timestamp': timestamp,
|
||||
'timestamp': timestamp.toIso8601String(),
|
||||
'senderID': senderID,
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue