From 3b142813e2626b1830d05ef25a2a8f0f229f57c8 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 14 Jan 2021 18:57:55 +0100 Subject: [PATCH] =?UTF-8?q?E2E/integration=20tests:=20update=20mocked=20wh?= =?UTF-8?q?en=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/e2e/lib/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/lib/util.js b/test/e2e/lib/util.js index 88bee1c1..12584006 100644 --- a/test/e2e/lib/util.js +++ b/test/e2e/lib/util.js @@ -11,7 +11,7 @@ const hour = 60 * 60 * 1000 const day = 24 * hour const week = 7 * day -const T_MOCK = 1608541200 * 1000 +const T_MOCK = 1612170000 * 1000 // 2021-02-01T09:00:00Z // next Monday 10 am const createWhen = (timezone, locale) => {