From 8820d8d7c7bbe8a57d82c9753c565e3d3bd71602 Mon Sep 17 00:00:00 2001 From: otter Date: Tue, 25 Sep 2018 20:43:58 +0200 Subject: [PATCH] replace current date by FailDate --- htroot/IndexCreateParserErrors_p.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/IndexCreateParserErrors_p.java b/htroot/IndexCreateParserErrors_p.java index 37da96f72..769d3254a 100644 --- a/htroot/IndexCreateParserErrors_p.java +++ b/htroot/IndexCreateParserErrors_p.java @@ -81,7 +81,7 @@ public class IndexCreateParserErrors_p { url = entry.getDigestURL(); if (url == null) continue; - prop.putHTML("rejected_list_"+j+"_time", GenericFormatter.SIMPLE_FORMATTER.format(new Date())); + prop.putHTML("rejected_list_"+j+"_time", GenericFormatter.SIMPLE_FORMATTER.format(entry.getFailDate())); prop.putHTML("rejected_list_"+j+"_url", url.toNormalform(false)); String cause = entry.getFailReason();