-
It would be great if there was a way to constrain the available date/times to a within a range, so the user could not pick a date/time outside that range.
-
`java.util.concurrent.TimeUnit` should be the reification of type parameter U in the class `Moment`. In order to support a between-operation for this unit a class named `MachineTime` as implementation…
-
As JSR 354 EG Member, it would be perfectly legitimate to turn JodaMoney into a proper implementation. When can we expect that, otherwise, there is not a lot of reason to keep the project alive at all…
keilw updated
10 years ago
-
Input issue is Time Format yyyy/MM/dd hh:mm:ss.SSS #385.
In Boy, displaying sys://time current time will have the format:
yyyy/MM/dd hh:mm:ss.SSS
which makes difficult for the user to know if it is…
-
HI All,
When ran Seyren It's working as excepted. When threshold reached It's send alert to IRC channel and I can see graph in web UI, every thing good. But I don't know After some time. I got this e…
-
`ChronoFormatter` needs a general purpose method:
`public ChronoFormatter withDefault(ChronoElement element, V replacement);`
-
What would it take to support some of Java 8's libraries such as Stream, Collector, Collectors?
-
As pointed out by https://github.com/sbt/sbt-osgi/pull/12 , several classes in the **bnd** library declare instances of `SimpleDateFormat` as `static` class members. As stated by its documentation, …
-
Currently there is a core dependency on Joda-Time, where JSR-310 is the successor available in Java 8. So IMO Joda-Time support should be removed or moved to a seperate module.
-
I'm interested why DateTime constructor allows to create objects with year value -292275055 (PostgreSQL date -Infinity) and Years.MIN_VALUE constant equals to Integer.MIN_VALUE (-2147483648) while in …