X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Forg%2Fcacert%2Fgigi%2Foutput%2FDateSelector.java;fp=src%2Forg%2Fcacert%2Fgigi%2Foutput%2FDateSelector.java;h=1aefa13725dd80e2a5d1e3b3882cc664c3867cde;hb=c44bae50dc98daad60308eb81b7494f451975c13;hp=0728eca3e73a7d69bbaf670e1779112fc344e603;hpb=44a6afb91b986d4bb90460307ea9578041713342;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); }