badoualy / datepicker-timeline

An infinite scrolling timeline to pick a date
MIT License
464 stars 71 forks source link

setLastVisableDate not working with summer time (DST) #31

Open paakjis opened 5 years ago

paakjis commented 5 years ago

Hi. Does anyone have a fix for this ? https://github.com/badoualy/datepicker-timeline/blob/master/library/src/main/java/com/github/badoualy/datepicker/TimelineView.java#L268

Just switched to summer time (DST), and yeah. It does not work. It shows the day before. Do I have to check if its summer time (DST) and then add an extra day ? Or is there a better way to do this ?