summaryrefslogtreecommitdiff
path: root/FS/FS/cdr
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/cdr')
-rw-r--r--FS/FS/cdr/amcom.pm1
1 files changed, 1 insertions, 0 deletions
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);
},