Commit 62200d04 authored by Mateusz Kuśmierczyk's avatar Mateusz Kuśmierczyk Committed by Frédéric Buclin

Bug 848063: [Oracle] importxml.pl fails with ORA-01830: comment timestamps are…

Bug 848063: [Oracle] importxml.pl fails with ORA-01830: comment timestamps are not correctly formatted r=LpSolit a=sgreen
parent 10c362d2
......@@ -481,7 +481,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.
......
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