]> granicus.if.org Git - pgbadger/commitdiff
Update documentation about the --timezone command line option.
authorDarold Gilles <gilles@darold.net>
Fri, 15 Jan 2016 23:17:05 +0000 (00:17 +0100)
committerDarold Gilles <gilles@darold.net>
Fri, 15 Jan 2016 23:17:05 +0000 (00:17 +0100)
README
doc/pgBadger.pod

diff --git a/README b/README
index 39be9a7a6d7e2368794babeee9b66a948e084fb9..8aa1d4d96a59453f945b4a3cd077a4b5132df6b8 100644 (file)
--- a/README
+++ b/README
@@ -86,6 +86,8 @@ SYNOPSIS
                                  JS files in the output directory as separate files.
         -z | --zcat exec_path  : set the full path to the zcat program. Use it if
                                  zcat or bzcat or unzip is not in your path.
+        -Z | --timezone +/-XX  : Set the number of hour(s) from GMT of the timezone.
+                                 Use this to adjust date/time in javascript graphs.
         --pie-limit num        : pie data lower than num% will show a sum instead.
         --exclude-query regex  : any query matching the given regex will be excluded
                                  from the report. For example: "^(VACUUM|COMMIT)"
index 3c498464567c4812ae284fc1dc627bd268572184..2541b57d0da026e5aa68f5546b26025e23e41277 100644 (file)
@@ -88,6 +88,8 @@ Options:
                             JS files in the output directory as separate files.
     -z | --zcat exec_path  : set the full path to the zcat program. Use it if
                              zcat or bzcat or unzip is not in your path.
+    -Z | --timezone +/-XX  : Set the number of hour(s) from GMT of the timezone.
+                             Use this to adjust date/time in javascript graphs.
     --pie-limit num        : pie data lower than num% will show a sum instead.
     --exclude-query regex  : any query matching the given regex will be excluded
                              from the report. For example: "^(VACUUM|COMMIT)"