Store dates using local time instead of UTC

(closes issue #11610, reported and patched by rbraun_performatique)



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94548 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Mark Michelson 18 years ago
parent e0b9943818
commit 269db42c02

@ -557,9 +557,9 @@ static char *sql_add_cdr_entry =
" '%q',"
" '%q',"
" '%q',"
" datetime(%d,'unixepoch'),"
" datetime(%d,'unixepoch'),"
" datetime(%d,'unixepoch'),"
" datetime(%d,'unixepoch','localtime'),"
" datetime(%d,'unixepoch','localtime'),"
" datetime(%d,'unixepoch','localtime'),"
" '%ld',"
" '%ld',"
" '%ld',"

Loading…
Cancel
Save