-
Notifications
You must be signed in to change notification settings - Fork 11
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
[BUG] Days in leap year are not correctly retrieved from the controller #203
Comments
/cib |
Branch 203-_BUG_Leap_year_has_strange_behavior created! |
CulpritThis bug occurs, when date value (DATE, LDATE, DATETIME, LDATETIME) from PLC is read over WebApi.
The culprit is Reproduced in this branch 203-_BUG_Leap_year_has_strange_behavior in Plc values are defined in Temporary fixTemporary not-fully fix was introduced, where date is checked for a leap year a corresponding corrections are done: |
When I try to set a date that is 29.2 or later in a leap year. In PLC it is set correctly, but in Onliner it has different values. As shown in image:
The text was updated successfully, but these errors were encountered: