Coffeeboys / RenewPass

An Android app for renewing your UPass
MIT License
10 stars 2 forks source link

What is the return value of "CalendarUtil.getNextMonthTimeInMillis()"? #36

Open kitwtnb opened 7 years ago

kitwtnb commented 7 years ago

I want to know what is the return value of "CalendarUtil.getNextMonthTimeInMillis()". Example,

CalendarUtil.getNextMonthTimeInMillis(1451617200000L) // 2016/01/01 12:00:00.000
 ↓
1454295600L // 2016/02/01 12:00:00.000

In next case, what is the correct return value?

CalendarUtil.getNextMonthTimeInMillis(1454124896) // 2016/01/30 12:34:56.789
 ↓
???