Update documentation for timezones in mute timings (#77370)

This commit is contained in:
George Robinson 2023-10-30 16:28:01 +00:00 committed by GitHub
parent 363830883c
commit 5118ac9abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ A time interval is a definition for a moment in time. If an alert fires during t
Supported time interval options are:
- Time range: The time inclusive of the starting time and exclusive of the end time in UTC.
- Time range: The time inclusive of the start and exclusive of the end time (in UTC if no location has been selected, otherwise local time).
- Days of the week: The day or range of days of the week. Example: `monday:thursday`.
- Days of the month: The date 1-31 of a month. Negative values can also be used to represent days that begin at the end of the month. For example: `-1` for the last day of the month.
- Months: The months of the year in either numerical or the full calendar month. For example: `1, may:august`.

View File

@ -35,7 +35,7 @@ export const MuteTimingTimeRange = ({ intervalIndex }: Props) => {
<Field
className={styles.field}
label="Time range"
description="The time inclusive of the starting time and exclusive of the end time in UTC"
description="The time inclusive of the start and exclusive of the end time (in UTC if no location has been selected, otherwise local time)"
invalid={timeRangeInvalid}
>
<>