From 86daca5bf997709fc4e85da2db63c7c80096d5d3 Mon Sep 17 00:00:00 2001 From: Kenneth Jenkins <51246568+kenjenkins@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:15:35 -0800 Subject: [PATCH] add example time_of_day formats (#1768) --- content/docs/internals/ppl.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/docs/internals/ppl.mdx b/content/docs/internals/ppl.mdx index 8ecd0a113..e33d11ccc 100644 --- a/content/docs/internals/ppl.mdx +++ b/content/docs/internals/ppl.mdx @@ -455,6 +455,16 @@ allow: before: 4:30PM ``` +Values for `after` and `before` should match one of these formats: + +- "3:04 PM" +- "3:04PM" +- "3 PM" +- "3PM" +- "15:04:05.999999999" +- "15:04:05" +- "15:04" + ## Rego :::caution Rego Usage Requires Extreme Care