Merged in hotfix/2022-03-01 (pull request #410)

IO-1759 Replace offset with timezone.
This commit is contained in:
Patrick Fic
2022-03-03 01:25:12 +00:00

View File

@@ -39,7 +39,7 @@ export default async function RenderTemplate(
...templateObject.context,
headerpath: `/${bodyshop.imexshopid}/header.html`,
bodyshop: bodyshop,
offset: moment().utcOffset(),
offset: bodyshop.timezone, //moment().utcOffset(),
},
};