From 869706f19fa2646b600a3a6d681fa4d2c797b0d2 Mon Sep 17 00:00:00 2001 From: Mateusz Kuśmierczyk Date: Tue, 3 Sep 2013 11:45:44 +0200 Subject: Bug 848063: [Oracle] importxml.pl fails with ORA-01830: comment timestamps are not correctly formatted r=LpSolit a=sgreen --- importxml.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'importxml.pl') diff --git a/importxml.pl b/importxml.pl index 896848b0a..50f639fc5 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. -- cgit v1.2.3-24-g4f1b