X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Forg%2Fcacert%2Fgigi%2Foutput%2FDateSelector.java;h=1aefa13725dd80e2a5d1e3b3882cc664c3867cde;hb=76e3ad5851967bea57005ec9858625d4a7071d7c;hp=0728eca3e73a7d69bbaf670e1779112fc344e603;hpb=4df25979d16944ddfcc58752cf8b6f7da30c4bc1;p=gigi.git diff --git a/src/org/cacert/gigi/output/DateSelector.java b/src/org/cacert/gigi/output/DateSelector.java index 0728eca3..1aefa137 100644 --- a/src/org/cacert/gigi/output/DateSelector.java +++ b/src/org/cacert/gigi/output/DateSelector.java @@ -134,6 +134,7 @@ public class DateSelector implements Outputable { SimpleDateFormat local = fmt.get(); if (local == null) { local = new SimpleDateFormat("yyyy-MM-dd"); + local.setLenient(false); local.setTimeZone(TimeZone.getTimeZone("UTC")); fmt.set(local); }