diff --git a/source/plugins/core/index.mjs b/source/plugins/core/index.mjs index 80e0622f..e60e0cf3 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(new Date().getTime() + (data.config.timezone?.offset ?? 0)).toGMTString().replace(/GMT$/g, "").trim() + generated:new Date().toGMTString().replace(/GMT$/g, "").trim() } //Debug flags