mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
cdr_mysql: fix UTC support
* Make 'cdrzone=UTC' work properly. * Fix the documentation of cdr_mysql.conf: it's cdrzone and not timezone ASTERISK-26359 #close Change-Id: I2a6f67b71bbbe77cac31a34d0bbfb1d67c933778
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user