From 72c33397194776850140fa55f55bb4b1889f17d9 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 1 Dec 2020 09:10:03 -0500 Subject: [PATCH] correct a note about TZID support --- awx/api/templates/api/_schedule_detail.md | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/api/templates/api/_schedule_detail.md b/awx/api/templates/api/_schedule_detail.md index 04eecb4f23..d42b2ac352 100644 --- a/awx/api/templates/api/_schedule_detail.md +++ b/awx/api/templates/api/_schedule_detail.md @@ -4,7 +4,6 @@ The following lists the expected format and details of our rrules: * DTSTART is expected to be in UTC * INTERVAL is required * SECONDLY is not supported -* TZID is not supported * RRULE must precede the rule statements * BYDAY is supported but not BYDAY with a numerical prefix * BYYEARDAY and BYWEEKNO are not supported