openhab / openhab-addons

Add-ons for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.9k stars 3.59k forks source link

Simplify `DateTimeType` handling #17725

Open jlaur opened 2 weeks ago

jlaur commented 2 weeks ago

This is a cleanup only and does not change functionality when openhab/openhab-core#3583 has first been merged. The core PR discards time-zone from DateTimeType, thus binding code can be simplified:

Related to openhab/openhab-core#3583