1

date fix?

This commit is contained in:
Evan Pratten 2024-04-13 16:35:20 -04:00
parent 219dcf8590
commit 5dc0fd8e32

View File

@ -32,7 +32,7 @@ export async function onRequest(context) {
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"published": new Date(item[2]).toISOString(),
"published": item[2],
}
}
})