-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[remoteopenhab] Fix the pattern to parse DateTime #13349
Conversation
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
Re-use the same pattern as defined in class DateTimeTyoe. Allows the support of 0 to 9 digits after the seconds. Signed-off-by: Laurent Garnier <lg.hc@free.fr>
fe2d629
to
c5a711e
Compare
Here is a jar for testing: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM!
Re-use the same pattern as defined in class DateTimeTyoe. Allows the support of 0 to 9 digits after the seconds. Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
Re-use the same pattern as defined in class DateTimeTyoe. Allows the support of 0 to 9 digits after the seconds. Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Re-use the same pattern as defined in class DateTimeTyoe. Allows the support of 0 to 9 digits after the seconds. Signed-off-by: Laurent Garnier <lg.hc@free.fr> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
Re-use the same pattern as defined in class DateTimeTyoe. Allows the support of 0 to 9 digits after the seconds. Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Re-use the same pattern as defined in class DateTimeTyoe. Allows the support of 0 to 9 digits after the seconds. Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Re-use the same pattern as defined in class DateTimeTyoe. Allows the support of 0 to 9 digits after the seconds. Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Re-use the same pattern as defined in class DateTimeTyoe.
Allows the support of 0 to 9 digits after the seconds.
Signed-off-by: Laurent Garnier lg.hc@free.fr