summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Migrate/Flyspray.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Migrate/Flyspray.pm b/Bugzilla/Migrate/Flyspray.pm
index c38c21a35..a4fe5404a 100644
--- a/Bugzilla/Migrate/Flyspray.pm
+++ b/Bugzilla/Migrate/Flyspray.pm
@@ -464,7 +464,7 @@ sub _read_bugs {
next unless -s $path;
my $attachment_item = {
submitter => $self->_get_username($attachment->{added_by}),
- creation_ts => $attachment->{date_added},
+ creation_ts => $self->parse_date($attachment->{date_added}),
description => $attachment->{file_desc} || $attachment->{orig_name},
filename => $attachment->{orig_name},