littlelightcz
12/04/2018, 7:10 PMJoris PZ
12/04/2018, 7:54 PMtodd.ginsberg
12/04/2018, 8:13 PMJoris PZ
12/04/2018, 9:04 PMto
infix function includes the end datetime, when it shouldn'tSiebelsTim
12/04/2018, 9:13 PMwhile(sleeptime.isBefore...
. It must be inclusive. Your code checks exclusively, right?littlelightcz
12/05/2018, 6:08 AMlittlelightcz
12/05/2018, 6:04 PMDateTime(javaDate)
it parsed original 1518-11-01 as a 1518-11-10 for whatever reason. So I had to parse the string manually right into DayTime and that fixed the issue. Probably it is some bug in the Jodatime library ... pretty nasty one 🙂, but I am happy I've moved on 😁Joris PZ
12/05/2018, 6:15 PMlittlelightcz
12/05/2018, 6:18 PMGerard Klijs
12/07/2018, 9:17 AM