Good idea Chandni. This is what I get from their page and makes perfect sense to use it going forward. --------------------- Joda-Time is the *de facto* standard date and time library for Java. From Java SE 8 onwards, users are asked to migrate to java.time (JSR-310). ---------------------
Regards, Sandeep On Mon, Nov 30, 2015 at 1:50 PM, Chandni Singh <[email protected]> wrote: > Hi, > > We should consider replacing TimeBucket class with Period in Joda Time > library when creation of arbitrary time buckets are allowed, for eg. 5H, > 3d, etc. > > Joda Time library is popular and widely used. It has Duration and Period > classes that are very convenient. These classes have been added to JDK 8. > > I will be using Joda library for ManagedState implementation. > > Thanks, > Chandni >
