From 882444e0d5e2ce6b817c5440d3587519f7bb2489 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Wed, 22 Sep 2021 00:11:22 -0400 Subject: [PATCH] Minor fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cef05eaf..47052190 100644 --- a/README.md +++ b/README.md @@ -747,6 +747,7 @@ To do that, you'll have to use the maintenance configuration: | `maintenance.start` | Time at which the maintenance window starts in `hh:mm` format (e.g. `23:00`) | Required `""` | | `maintenance.duration` | Duration of the maintenance window (e.g. `1h`, `30m`) | Required `""` | | `maintenance.every` | Days on which the maintenance period applies (e.g. `[Monday, Thursday]`).
If left empty, the maintenance window applies every day | `[]` | + **Note that the maintenance configuration uses UTC.**