[freeside-commits] branch master updated. 567d7b5d7cc2abd4e91cd2f05ee5195d70f62a0f

Jeremy Davis jeremyd at 420.am
Thu Jul 30 08:22:55 PDT 2015


The branch, master has been updated
       via  567d7b5d7cc2abd4e91cd2f05ee5195d70f62a0f (commit)
      from  6821ffc8988f64ddeefe1219b32d00cc57c4ccde (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 567d7b5d7cc2abd4e91cd2f05ee5195d70f62a0f
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Jul 30 11:22:30 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