Add support for server-specific timezone and date format settings
This commit is contained in:
parent
ddbbc543c2
commit
c67a1df11d
51 changed files with 326 additions and 168 deletions
|
@ -214,7 +214,7 @@ export async function archiveSearch(
|
|||
|
||||
${resultList}
|
||||
`),
|
||||
moment().add(1, "hour"),
|
||||
moment.utc().add(1, "hour"),
|
||||
);
|
||||
|
||||
const baseUrl = getBaseUrl(pluginData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue