[freeside-commits] branch FREESIDE_4_BRANCH updated. 180889a6af35a509edd0622473c5d6f5e07b836e
Jeremy Davis
jeremyd at 420.am
Thu Jul 30 08:23:43 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via 180889a6af35a509edd0622473c5d6f5e07b836e (commit)
from 64c053d9fa8e7223620a7079d2134a4dd7a80037 (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 180889a6af35a509edd0622473c5d6f5e07b836e
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Jul 30 11:23:37 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