commons-beanutils icon indicating copy to clipboard operation
commons-beanutils copied to clipboard

New Date/Time API continued replace Old

Open digithuman opened this issue 3 years ago • 2 comments
trafficstars

1、Lifting accuracy from milliseconds to nanoseconds. 2、add InstantConvert support java.time.Instant. 3、DateTimeFormatter replace SimpleDateFormat,thread safe and provide richer pattern . 4、java.time.ZoneId repalce TimeZone ,future oriented.

digithuman avatar Oct 24 '22 00:10 digithuman

Wasn't this done in this PR: https://github.com/apache/commons-beanutils/pull/49 ???

melloware avatar Oct 24 '22 11:10 melloware

Wasn't this done in this PR: #49 ???

  1. I read the content carefully, and the intersection # 49 is very small.

  2. Java 8 provides a new date type, which is extremely important. Currently, java.time Converter is not complete, and more support is needed in practical applications.

  3. Whether to provide the eclipse code format configuration file.

digithuman avatar Oct 25 '22 09:10 digithuman