Skip to content

Commit 8b66883

Browse files
committed
feat: add collapsable example section description
1 parent 2e4486e commit 8b66883

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ A PostgreSQL extension for creating time values with natural language.
88

99
<summary>Example 1: Relative Past in a Specific Timezone</summary>
1010

11+
Gets the timestamp for the beginning of the current hour, but 5 days ago, in the `Asia/Tokyo` timezone.
12+
1113
```sql
1214
SELECT when_is('5 days ago at this hour in Asia/Tokyo');
1315
SELECT seconds_at('5 days ago at this hour in Asia/Tokyo');

0 commit comments

Comments
 (0)