@IgnoreUntil only supports "yyyy-MM-dd" date format. I would like to extend it to also support a datetime format for more precise control, for example: "yyyy-MM-dd'T'HH:mm:ss" ```java @IgnoreUntil("2018-02-18T12:35:00") ```