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 2e4486e commit 8b66883Copy full SHA for 8b66883
README.md
@@ -8,6 +8,8 @@ A PostgreSQL extension for creating time values with natural language.
8
9
<summary>Example 1: Relative Past in a Specific Timezone</summary>
10
11
+Gets the timestamp for the beginning of the current hour, but 5 days ago, in the `Asia/Tokyo` timezone.
12
+
13
```sql
14
SELECT when_is('5 days ago at this hour in Asia/Tokyo');
15
SELECT seconds_at('5 days ago at this hour in Asia/Tokyo');
0 commit comments