mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-11 13:41:53 +01:00
1acb9c8ff2
Since Java 9 (JDK-8164428) the maximum resolution from the underlying clock is used. Instead of just milliseconds the resolution can now even be tenth of microseconds. According to the Type JavaDocs toFullString() should return the full string representation of the type to be consumed by 'valueOf(String)'. With the changes in this PR toFullString() may return higher resolution date time strings on newer Java versions and valueOf(value) is able to parse these. Code depending on a certain resolution returned by toFullString() should use the format(pattern) method instead so the resolution will not change. Fixes #667 Signed-off-by: Wouter Born <github@maindrain.net> |
||
---|---|---|
.. | ||
.settings | ||
src/main | ||
.classpath | ||
.project | ||
NOTICE | ||
pom.xml |