Skip to content
Snippets Groups Projects
Commit 269db42c authored by Mark Michelson's avatar Mark Michelson
Browse files

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
parent e0b99438
No related branches found
No related tags found
No related merge requests found
...@@ -557,9 +557,9 @@ static char *sql_add_cdr_entry = ...@@ -557,9 +557,9 @@ static char *sql_add_cdr_entry =
" '%q'," " '%q',"
" '%q'," " '%q',"
" '%q'," " '%q',"
" datetime(%d,'unixepoch')," " datetime(%d,'unixepoch','localtime'),"
" datetime(%d,'unixepoch')," " datetime(%d,'unixepoch','localtime'),"
" datetime(%d,'unixepoch')," " datetime(%d,'unixepoch','localtime'),"
" '%ld'," " '%ld',"
" '%ld'," " '%ld',"
" '%ld'," " '%ld',"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment