mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
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
This commit is contained in:
@@ -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',"
|
||||
|
Reference in New Issue
Block a user