We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175c4ac commit 6705e51Copy full SHA for 6705e51
1 file changed
packages/mastodon/mastodon.js
@@ -129,7 +129,7 @@
129
}
130
131
const user = json.account.username + "@" + _converse.connection.domain;
132
- const time = dayjs(json.created_at).format('MMM DD YYYY HH:mm:ss');
+ const time = dayjs(json.created_at).format('YYYY-MM-DDTHH:mm:ssZ');
133
const msgId = json.id;
134
const title = json.account.display_name.trim() == "" ? json.account.username : json.account.display_name;
135
const avatar = json.account.avatar_static;
0 commit comments