-
Joda Time is deprecated and users are recommended to switch to the java.time (JSR-310) utility in Java SE 8+ However, we don't want to limit our app to only running in Java 8 environments, so we're g…
-
(from https://github.com/FasterXML/jackson-module-afterburner/issues/55)
It appears like default handling might not work as expected with 2.5.4, whereas Afterburner does seem to handle things better.…
-
reason http://blog.joda.org/2009/11/why-jsr-310-isn-joda-time_4941.html
-
I would like to have support for the following operations on `Duration`:
- `Duration.scale(double factor)` - stretch the duration by the given factor
- maybe `mul(int factor)` and `div(int factor)` …
-
I generally consider the "joda" name at the start of a project name to be restricted to projects directly associated with me (the author of Joda-Time). When ported to other languages, developers tradi…
-
Out of curiosity, why does `LocalDateTime` have plus/minus hours, minutes, second and even nanoseconds, but not milliseconds? Is there a technical reason for this? Can it be added?
Yes, I am familiar…
-
I tried:
``` Java
DateTimeFormatter zf =
DateTimeFormatter.ofPattern("zzzz", Locale.ENGLISH).withZone(ZoneId.of("America/Los_Angeles"));
System.out.println(LocalDateTime.now().format(zf)); //…
-
Some people would like to have the option to create intervals of various boundary styles (closed, half-open, open, infinite) using JSR-310-types, see also
https://github.com/ThreeTen/threeten-extra/…
-
**[Christopher Smith](https://jira.spring.io/secure/ViewProfile.jspa?name=w_c_smith)** opened **[DATACMNS-773](https://jira.spring.io/browse/DATACMNS-773?redirect=false)** and commented
The JSR-310 m…
-
**Spring Boot Version:** 1.3.3
**Java Version:** 1.8.0_77
I've a 3rd party (XML based) web service which returns a date along with other information. I need to change the timezone it's sent (let's sa…
tunix updated
8 years ago