We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43078f0 commit 86daca5Copy full SHA for 86daca5
content/docs/internals/ppl.mdx
@@ -455,6 +455,16 @@ allow:
455
before: 4:30PM
456
```
457
458
+Values for `after` and `before` should match one of these formats:
459
+
460
+- "3:04 PM"
461
+- "3:04PM"
462
+- "3 PM"
463
+- "3PM"
464
+- "15:04:05.999999999"
465
+- "15:04:05"
466
+- "15:04"
467
468
## Rego
469
470
:::caution Rego Usage Requires Extreme Care
0 commit comments