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.**