diff --git a/source/plugins/core/index.mjs b/source/plugins/core/index.mjs index e60e0cf3..a0b4c3b4 100644 --- a/source/plugins/core/index.mjs +++ b/source/plugins/core/index.mjs @@ -112,7 +112,7 @@ export default async function({login, q}, {conf, data, rest, graphql, plugins, q data.meta = { version:conf.package.version, author:conf.package.author, - generated:new Date().toGMTString().replace(/GMT$/g, "").trim() + generated:imports.format.date(new Date(), {dateStyle:"short", timeStyle:"short"}) } //Debug flags