update dateformat
This commit is contained in:
parent
72e7194dfa
commit
10f5f445db
Binary file not shown.
Binary file not shown.
@ -47,7 +47,7 @@ class Base:
|
||||
"roomId": self.instance.common.roomId,
|
||||
"userId": user.id,
|
||||
'content': self.format_content(),
|
||||
'created_at': datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
||||
'created_at': datetime.today().replace(microsecond=0)
|
||||
}
|
||||
|
||||
if len(self.extra_info()):
|
||||
|
Reference in New Issue
Block a user