nit: wrong method call in Bugzilla::Migrate

parent adcfe9f1
...@@ -403,7 +403,7 @@ sub parse_date { ...@@ -403,7 +403,7 @@ sub parse_date {
} }
my $tz; my $tz;
if ($time[6]) { if ($time[6]) {
$tz = DateTime::TimeZone->local_timezone->offset_as_string($time[6]); $tz = DateTime::TimeZone->offset_as_string($time[6]);
} }
else { else {
$tz = $self->config('timezone'); $tz = $self->config('timezone');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment