diff --git a/product_docs/docs/pwr/1/using.mdx b/product_docs/docs/pwr/1/using.mdx index e98efd7a39a..8ae6a800619 100644 --- a/product_docs/docs/pwr/1/using.mdx +++ b/product_docs/docs/pwr/1/using.mdx @@ -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