[Home]

Summary:ASTERISK-11091: CDR dates not in local time when stored
Reporter:Richard Braun (rbraun_proformatique)Labels:
Date Opened:2007-12-20 09:52:07.000-0600Date Closed:2007-12-21 14:35:03.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_config_sqlite
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk_res_config_sqlite_localtime.patch
Description:The res_config_sqlite module stores CDR dates in UTC time instead of local time. As most (if not all) other modules use local time, res_config_sqlite should behave the same. Here is a patch that fixes the issue.
Comments:By: Digium Subversion (svnbot) 2007-12-21 14:35:02.000-0600

Repository: asterisk
Revision: 94548

U   trunk/res/res_config_sqlite.c

------------------------------------------------------------------------
r94548 | mmichelson | 2007-12-21 14:35:02 -0600 (Fri, 21 Dec 2007) | 5 lines

Store dates using local time instead of UTC

(closes issue ASTERISK-11091, reported and patched by rbraun_performatique)


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=94548