Skip to content

Commit 681df91

Browse files
committed
feat: add collapsable example 4 section
1 parent 2bd3ff0 commit 681df91

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,18 @@ SELECT micros_at('in 2 months at midnight in UTC-8');
4848
```
4949

5050
</details>
51+
52+
<details>
53+
54+
<summary>Example 4: Specific Time During the Previous Week</summary>
55+
56+
Gets the timestamp for last Monday at a specific 24-hour time: 22:30 (10:30 PM).
57+
58+
```sql
59+
SELECT when_is('last monday at 22:30');
60+
SELECT seconds_at('last monday at 22:30');
61+
SELECT millis_at('last monday at 22:30');
62+
SELECT micros_at('last monday at 22:30');
63+
```
64+
65+
</details>

0 commit comments

Comments
 (0)