From 0471a0f6c3ba89caf81d6a7aa2b1d8d87cf0fa84 Mon Sep 17 00:00:00 2001 From: Israel Barth Rubio Date: Mon, 18 Mar 2024 08:23:38 -0300 Subject: [PATCH] Clarify that timestamp args of PWR accept input with or without time zone When no time zone is explicitly set, PWR falls back to the local system time zone. References: PGCP-71. Signed-off-by: Israel Barth Rubio --- product_docs/docs/pwr/1/using.mdx | 4 ++++ 1 file changed, 4 insertions(+) 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