summaryrefslogtreecommitdiffstats
path: root/importxml.pl
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-09-09 19:25:41 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-09-09 19:25:41 +0200
commitcb38e8c889a2f315e023b3fb3e657a3a5a509356 (patch)
tree7a274624e735bdc3caf0956f4edd7f5eb015f90d /importxml.pl
parent1b2da400dcad870226da1712f00474a8ca65e16a (diff)
parent869706f19fa2646b600a3a6d681fa4d2c797b0d2 (diff)
downloadbugzilla-cb38e8c889a2f315e023b3fb3e657a3a5a509356.tar.gz
bugzilla-cb38e8c889a2f315e023b3fb3e657a3a5a509356.tar.xz
merged with bugzilla/4.2
Diffstat (limited to 'importxml.pl')
-rwxr-xr-ximportxml.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/importxml.pl b/importxml.pl
index e9b7c9ad7..19be9a61a 100755
--- a/importxml.pl
+++ b/importxml.pl
@@ -498,7 +498,7 @@ sub process_bug {
foreach my $comment ( $bug->children('long_desc') ) {
Debug( "Parsing Long Description", DEBUG_LEVEL );
my %long_desc = ( who => $comment->field('who'),
- bug_when => $comment->field('bug_when'),
+ bug_when => format_time($comment->field('bug_when'), '%Y-%m-%d %T'),
isprivate => $comment->{'att'}->{'isprivate'} || 0 );
# If the exporter is not in the insidergroup, keep the comment public.