switched PersistenceExtensions to ZonedDateTime (#1588)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer
2020-08-12 21:59:55 +02:00
committed by GitHub
parent 7300734585
commit 3c83e8a8eb
18 changed files with 101 additions and 180 deletions
+1 -1
View File
@@ -35,11 +35,11 @@
<module>org.openhab.core.io.rest.core.tests</module>
<module>org.openhab.core.model.core.tests</module>
<module>org.openhab.core.model.item.tests</module>
<module>org.openhab.core.model.persistence.tests</module>
<module>org.openhab.core.model.rule.tests</module>
<module>org.openhab.core.model.script.tests</module>
<module>org.openhab.core.model.thing.testsupport</module>
<module>org.openhab.core.model.thing.tests</module>
<module>org.openhab.core.persistence.tests</module>
<module>org.openhab.core.storage.json.tests</module>
<module>org.openhab.core.thing.tests</module>
<module>org.openhab.core.thing.xml.tests</module>