Open
Description
I want to process a timeseries with monthly labels, so something like "2012-10" etc, but parser seems unhappy with this. I understand why, but it's pretty impractical.
user> (local-date-time "MM/yyyy" "09/2015")
DateTimeException Unable to obtain LocalDate from TemporalAccessor: {MonthOfYear=9, Year=2015},IS\
O of type java.time.format.Parsed java.time.LocalDate.from (LocalDate.java:368)
user> (local-date 2015 10)
#object[java.time.LocalDate 0x6a08b281 "2015-10-01"