New formatting
This commit is contained in:
@ -7,7 +7,7 @@ export async function onRequest(context: RequestContext) {
|
||||
});
|
||||
|
||||
const deliveryDate = new Date(
|
||||
Date.now() + 86400000 + Math.round(Math.random() * 172800000)
|
||||
Date.now() + 86400000 + Math.round(Math.random() * 172800000),
|
||||
)
|
||||
.toUTCString()
|
||||
.replace("GMT", "+0000");
|
||||
|
Reference in New Issue
Block a user