SunCalc-Java icon indicating copy to clipboard operation
SunCalc-Java copied to clipboard

Upgrade to Java 8 Time API

Open NaanProphet opened this issue 8 years ago • 2 comments

After we write more tests, I thought it might be more intuitive if we moved away from the old Calendar API and used the new java.lang.time classes. Any concerns?

NaanProphet avatar Nov 23 '16 17:11 NaanProphet

Problem is I build this tool at first to use it in an Android app and you can't use Java 8 on Android yet 😢 What about using a backport?

florianmski avatar Nov 24 '16 10:11 florianmski

LOL that is awesome ;)

backport sounds like a great alternative! And if in the meanwhile, Android finally supports Java 8 then we'd have a seamless transition.

This is going to be fun

NaanProphet avatar Nov 24 '16 11:11 NaanProphet