From dbcaf0f2ccb69fab8003f2fe97cbbeda9f188d19 Mon Sep 17 00:00:00 2001 From: Davide Fantino <80767709+fantinodavide@users.noreply.github.com> Date: Sun, 18 Sep 2022 14:22:39 +0200 Subject: [PATCH] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 879978b..884a005 100644 --- a/README.MD +++ b/README.MD @@ -131,7 +131,7 @@ Array of timeframes that allows to override options based on local time. See exa name: "friendly name", // a friendly name visible in the logs start: "12:00", // timeframe start time : end: "18:00", // timeframe end time : - utcTime: true, // true: use UTC time; false: use LOCAL time + utcTime: false, // true: use UTC time; false: use LOCAL time overrides: { // options to override automaticVoteStart: false, layerLevelBlacklist: [ "Anvil", "Chora" ]