openhab / openhab-js

openHAB JavaScript Library for JavaScript Scripting Automation
https://www.openhab.org/addons/automation/jsscripting/
Eclipse Public License 2.0
38 stars 31 forks source link

[time] Fix `isBetweenTimes` fails with `time.toZDT` not a function #151

Closed florian-h05 closed 2 years ago

florian-h05 commented 2 years ago

@rkoshak This is the PR I was talking about in the issue.

Fixes #150. Previous PR #137 changed the way how toZDT is defined, which broke isBetweenTimes.

Signed-off-by: Florian Hotze florianh_dev@icloud.com