Skip to content

Commit bba1473

Browse files
authored
Clarify 'timezone' field description in SLO correction
Updated the description of the 'timezone' field for clarity
1 parent 5602fe5 commit bba1473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/slo_correction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ resource "datadog_slo_correction" "example_slo_correction_with_recurrence" {
6565
- `duration` (Number) Length of time in seconds for a specified `rrule` recurring SLO correction (required if specifying `rrule`)
6666
- `end` (Number) Ending time of the correction in epoch seconds. Required for one time corrections, but optional if `rrule` is specified
6767
- `rrule` (String) Recurrence rules as defined in the iCalendar RFC 5545. Supported rules for SLO corrections are `FREQ`, `INTERVAL`, `COUNT` and `UNTIL`.
68-
- `timezone` (String) The timezone to display in the UI for the correction times (defaults to "UTC")
68+
- `timezone` (String) The timezone used in the UI for correction times. Prefer IANA timezone name format (e.g., "America/Los_Angeles", "Europe/Paris"), but common standard abbreviations are supported. Defaults to "UTC".
6969

7070
### Read-Only
7171

0 commit comments

Comments
 (0)