Skip to content

Commit

Permalink
nit: wrong method call in Bugzilla::Migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanwh committed Oct 8, 2016
1 parent 0d22ef6 commit d328d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bugzilla/Migrate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ sub parse_date {
}
my $tz;
if ($time[6]) {
$tz = DateTime::TimeZone->local_timezone->offset_as_string($time[6]);
$tz = DateTime::TimeZone->offset_as_string($time[6]);
}
else {
$tz = $self->config('timezone');
Expand Down

0 comments on commit d328d40

Please sign in to comment.