From 1268b375b7fd3b281612e29e2673104dd98f28f3 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 20 Apr 2022 09:31:17 +0200 Subject: [PATCH] change config DECAY_START_TIME in UTC Timezone of 0000 --- frontend/src/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/config/index.js b/frontend/src/config/index.js index d29c4dc09..a11b5d924 100644 --- a/frontend/src/config/index.js +++ b/frontend/src/config/index.js @@ -5,7 +5,7 @@ const pkg = require('../../package') const constants = { - DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0 + DECAY_START_TIME: new Date('2021-05-13 17:46:31-0000'), // GMT+0 CONFIG_VERSION: { DEFAULT: 'DEFAULT', EXPECTED: 'v1.2022-03-18',