date fix?
This commit is contained in:
parent
219dcf8590
commit
5dc0fd8e32
@ -32,7 +32,7 @@ export async function onRequest(context) {
|
|||||||
"to": [
|
"to": [
|
||||||
"https://www.w3.org/ns/activitystreams#Public"
|
"https://www.w3.org/ns/activitystreams#Public"
|
||||||
],
|
],
|
||||||
"published": new Date(item[2]).toISOString(),
|
"published": item[2],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user