mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update documentation for timezones in mute timings (#77370)
This commit is contained in:
parent
363830883c
commit
5118ac9abd
@ -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:
|
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 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.
|
- 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`.
|
- Months: The months of the year in either numerical or the full calendar month. For example: `1, may:august`.
|
||||||
|
@ -35,7 +35,7 @@ export const MuteTimingTimeRange = ({ intervalIndex }: Props) => {
|
|||||||
<Field
|
<Field
|
||||||
className={styles.field}
|
className={styles.field}
|
||||||
label="Time range"
|
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}
|
invalid={timeRangeInvalid}
|
||||||
>
|
>
|
||||||
<>
|
<>
|
||||||
|
Loading…
Reference in New Issue
Block a user