Clarify timezone support in mute time intervals

Signed-off-by: Ben Ridley <benridley29@gmail.com>
This commit is contained in:
Ben Ridley 2020-11-24 15:15:58 +11:00
parent 7ffd4ca4f4
commit 0fe51de6e3

View File

@ -240,7 +240,8 @@ supports the following fields:
```
All these fields are optional and if left unspecified allow any value to match the interval.
Some fields support ranges and negative indices, and are detailed below:
Some fields support ranges and negative indices, and are detailed below. All definitions are
taken to be in UTC, no other timezones are currently supported.
`times`: A list of time-ranges. They are inclusive of the starting time and exclusive
of the ending time to make it easy to represent times that start/end on hour boundaries.