dstl/baleen

Date parser in RelativeDate should be case insensitive

Closed this issue · 0 comments

Currently uses DateTimeFormatter.ofPattern(...), but should use DateTimeFormatterBuilder with case insensitivity turned on, as per http://stackoverflow.com/questions/10797808/how-to-parse-case-insensitive-strings-with-jsr310-datetimeformatter