From 762a5ff01b43aeaba69b1b95d93ec5d507ebea32 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 5 Oct 2021 08:49:38 -0700 Subject: [PATCH] IO-1432 Add offset for speed print. --- client/src/utils/RenderTemplate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/utils/RenderTemplate.js b/client/src/utils/RenderTemplate.js index 5b0122c91..fab220d85 100644 --- a/client/src/utils/RenderTemplate.js +++ b/client/src/utils/RenderTemplate.js @@ -144,6 +144,7 @@ export async function RenderTemplates( // ...rootTemplate.templateObject.context, headerpath: `/${bodyshop.imexshopid}/header.html`, bodyshop: bodyshop, + offset: moment().utcOffset(), }, };