Skip to content

Commit

Permalink
Timestamp check fails with example
Browse files Browse the repository at this point in the history
The example fails with the timestamp check library we use. Added missing seconds to timestamp and minutes to timezone
  • Loading branch information
martinmarques committed Mar 28, 2024
1 parent db177f6 commit e1cc316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions product_docs/docs/pwr/1/using.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ This example generates a report on query waits for the Postgres server `myserver
To get the report in HTML format, use the following command:

```shell
pwr execute --host-name myserver --sampling-start '2024-01-10 09:00+00' \
--sampling-end '2024-01-10 13:00+00' --html \
pwr execute --host-name myserver --sampling-start '2024-01-10 09:00:00+00:00' \
--sampling-end '2024-01-10 13:00:00+00:00' --html \
--report-name 'Jan10_incident' my-oltp postgres
```

Expand Down

1 comment on commit e1cc316

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.