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 faf8fa596..7475d1aae 100644
--- a/Bugzilla/Migrate/Flyspray.pm
+++ b/Bugzilla/Migrate/Flyspray.pm
@@ -425,7 +425,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},
#mimetype => $attachment->{file_type},