From 0a0b9bfe614e49fee9e8dfe37a0346fcf66a7317 Mon Sep 17 00:00:00 2001 From: Chris W Jones Date: Thu, 2 Sep 2021 13:25:28 -0400 Subject: [PATCH] Updates documentation for scheduled front matter This adds the format that the `scheduled` front matter expects with a link to the Wikipedia page describing the format and an example format. --- docs/guide/incidents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/incidents.md b/docs/guide/incidents.md index ff2021cba..f1eef52eb 100644 --- a/docs/guide/incidents.md +++ b/docs/guide/incidents.md @@ -141,7 +141,7 @@ If this field is set to true, the Incident is Marked as Resolved. - Requirement: `optional` - Default: `undefined` -The scheduled start time. This defines the initial of the planned maintenance window. +The scheduled start time. This defines the initial of the planned maintenance window in the [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601) e.g. `2021-09-02T15:22:37+00:00`. #### duration