-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend support for time.Instant
#412
Labels
enhancement
New feature or request
Comments
Cc @florian-h05 |
I like the idea of having a
You can also do |
jlaur
added a commit
to jlaur/openhab-js
that referenced
this issue
Jan 5, 2025
Resolves openhab#412 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
jlaur
added a commit
to jlaur/openhab-js
that referenced
this issue
Jan 6, 2025
Resolves openhab#412 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
jlaur
added a commit
to jlaur/openhab-js
that referenced
this issue
Jan 6, 2025
Resolves openhab#412 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
jlaur
added a commit
to jlaur/openhab-js
that referenced
this issue
Jan 6, 2025
Resolves openhab#412 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
jlaur
added a commit
to jlaur/openhab-js
that referenced
this issue
Jan 14, 2025
Resolves openhab#412 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to propose some enhancements for working with
time.Instant
similar to the functionality provided bytime.toZDT
.As an example, I have this rule code:
which I would like to rewrite to something like:
following the conventions of
toZDT
.I'm also wondering if it would make sense to even be able to do this to skip parsing strings:
i.e. more "native" support similar to
<item>.quantityState
and<item>.numericState
.I can volunteer providing the code, but wanted to first discuss the approach and direction.
The text was updated successfully, but these errors were encountered: