We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd3ff0 commit 681df91Copy full SHA for 681df91
README.md
@@ -48,3 +48,18 @@ SELECT micros_at('in 2 months at midnight in UTC-8');
48
```
49
50
</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