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 = {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user