From: Jeremy Davis Date: Thu, 30 Jul 2015 15:23:37 +0000 (-0400) Subject: Fix time zone in amcom CDR format X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=180889a6af35a509edd0622473c5d6f5e07b836e;p=freeside.git Fix time zone in amcom CDR format --- diff --git a/FS/FS/cdr/amcom.pm b/FS/FS/cdr/amcom.pm index 774d1e617..36be8d8c3 100644 --- a/FS/FS/cdr/amcom.pm +++ b/FS/FS/cdr/amcom.pm @@ -43,6 +43,7 @@ my ($tmp_mday, $tmp_mon, $tmp_year); hour => $1, minute => $2, second => $3, + time_zone => 'local', ); $cdr->set('startdate', $dt->epoch); },