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 8b66883 commit 31a332dCopy full SHA for 31a332d
README.md
@@ -18,3 +18,18 @@ SELECT micros_at('5 days ago at this hour in Asia/Tokyo');
18
```
19
20
</details>
21
+
22
+<details>
23
24
+<summary>Example 2: Future Weekday with AM/PM</summary>
25
26
+Finds the time for next Friday at 8:00 PM in the `America/New_York` timezone.
27
28
+```sql
29
+SELECT when_is('next friday at 8:00 pm in America/New_York');
30
+SELECT seconds_at('next friday at 8:00 pm in America/New_York');
31
+SELECT millis_at('next friday at 8:00 pm in America/New_York');
32
+SELECT micros_at('next friday at 8:00 pm in America/New_York');
33
+```
34
35
+</details>
0 commit comments