Skip to content

Commit c3db622

Browse files
committed
add example time_of_day formats
1 parent 7eee751 commit c3db622

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/docs/internals/ppl.mdx

+10
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,16 @@ allow:
455455
before: 4:30PM
456456
```
457457

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+
458468
## Rego
459469

460470
:::caution Rego Usage Requires Extreme Care

0 commit comments

Comments
 (0)