Skip to content

Commit

Permalink
Merge pull request #5399 from EnterpriseDB/dev/pgcp-71
Browse files Browse the repository at this point in the history
Clarify that timestamp args of PWR accept input with or without time zone
  • Loading branch information
barthisrael authored Mar 19, 2024
2 parents e4d4160 + 0471a0f commit 767acaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions product_docs/docs/pwr/1/using.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ pwr execute --host-name myserver --sampling-start '2024-01-10 09:00+00' \
--report-name 'Jan10_incident' my-oltp postgres
```

!!! Note
`--sampling-start` and `--sampling-end` accept both timestamps with or without time zone. If no time zone is explicitly set in the timestamp(s), PWR uses the system time zone.
!!!

Run `pwr execute -h` to get the full list of options available.

## Example for the `report` option
Expand Down

0 comments on commit 767acaf

Please sign in to comment.