You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,3 +63,18 @@ SELECT micros_at('last monday at 22:30');
63
63
```
64
64
65
65
</details>
66
+
67
+
<details>
68
+
69
+
<summary>Example 5: Specific Date with a Time Keyword</summary>
70
+
71
+
Gets the timestamp for the evening (6 PM) on a specific date, New Year's Eve 2026. This shows how an exact date can be combined with a relative time keyword.
72
+
73
+
```sql
74
+
SELECT when_is('December 31, 2026 at evening');
75
+
SELECT seconds_at('December 31, 2026 at evening');
0 commit comments