Fix footer timezone date (#354)
This commit is contained in:
@@ -112,7 +112,7 @@ export default async function({login, q}, {conf, data, rest, graphql, plugins, q
|
|||||||
data.meta = {
|
data.meta = {
|
||||||
version:conf.package.version,
|
version:conf.package.version,
|
||||||
author:conf.package.author,
|
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
|
//Debug flags
|
||||||
|
|||||||
Reference in New Issue
Block a user