[freeside-commits] branch FREESIDE_3_BRANCH updated. 585ff413bf77865903273e2839462ed7b97bf193

Jeremy Davis jeremyd at 420.am
Thu Jul 30 08:24:19 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  585ff413bf77865903273e2839462ed7b97bf193 (commit)
      from  0bd27f99741ac96812a9a86713d506f59ea1c2e8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 585ff413bf77865903273e2839462ed7b97bf193
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Jul 30 11:24:11 2015 -0400

    Fix time zone in amcom CDR format

diff --git a/FS/FS/cdr/amcom.pm b/FS/FS/cdr/amcom.pm
index 774d1e6..36be8d8 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);
     },

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

Summary of changes:
 FS/FS/cdr/amcom.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list