code-troopers / android-betterpickers

[NO LONGER MAINTAINED] Android library for better Picker DialogFragments
2.68k stars 566 forks source link

DateTime in recurrence picker use deprecated Time #379

Open mtrakal opened 6 years ago

mtrakal commented 6 years ago

RecurrencePickerDialogFragment use deprecated: android.text.format.Time;

When you select year 2051 as Until date in CalendarDatePickerDialogFragment. RecurrencePickerDialogFragment after show year 1970 because issue 2038 year problem...

https://developer.android.com/reference/android/text/format/Time.html https://en.wikipedia.org/wiki/Year_2038_problem