summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-09-22 06:55:15 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-09-22 06:55:15 -0500
commit8966c8ec5af0e7e01467e0266734e57c9a88eba6 (patch)
tree8d0e6c50416a7ff624be36e4da1784c7d8c8bbe5 /configs
parent9ef0eb6487bafe9aaefdad8d6c864f00d2a19282 (diff)
parentd3ddf4b0fdaf3e9562ede947c2367031434b3b5e (diff)
Merge "cdr_mysql: fix UTC support"
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/cdr_mysql.conf.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/samples/cdr_mysql.conf.sample b/configs/samples/cdr_mysql.conf.sample
index 04b70493b..e15a8ed93 100644
--- a/configs/samples/cdr_mysql.conf.sample
+++ b/configs/samples/cdr_mysql.conf.sample
@@ -18,7 +18,10 @@
;user=asteriskcdruser
;port=3306
;sock=/tmp/mysql.sock
-;timezone=UTC ; Previously called usegmtime
+; By default CDRs are logged in the system's time zone
+;cdrzone=UTC ; log CDRs with UTC
+;usegmtime=yes ;log date/time in GMT. Default is "no"
+;cdrzone=America/New_York ; or use a specific time zone
;
; If your system's locale differs from mysql database character set,
; cdr_mysql can damage non-latin characters in CDR variables. Use this