From: Darold Gilles Date: Fri, 15 Jan 2016 23:17:05 +0000 (+0100) Subject: Update documentation about the --timezone command line option. X-Git-Tag: v7.3~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48e1e5ab26f1bd803891e6c7dd2101eadbfd5a15;p=pgbadger Update documentation about the --timezone command line option. --- diff --git a/README b/README index 39be9a7..8aa1d4d 100644 --- 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)" diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index 3c49846..2541b57 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -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)"