You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The date variable has the following value : {"len":5,"value":{"len":4,"value":"2022-10-26T22:00:00.000Z"}}, and the time : {"len":5,"value":{"len":4,"value":"1901-02-01T15:26:22.600Z"}}
Suggested correction
The bug can be corrected, in changing for example :
Node Version:
0.0.1-beta.14
Node BACstack Version:
18.9.0
Current Behaviour (Bug Report)
Hi,
by performing a readProperty to property 130 (event-time-stamps), the returned value is seen as "Invalid Date".
Steps to reproduce Issue (Bug Report)
returns :
The cause from this can be found at asn1.js, line 1000.
The
date
variable has the following value :{"len":5,"value":{"len":4,"value":"2022-10-26T22:00:00.000Z"}}
, and thetime
:{"len":5,"value":{"len":4,"value":"1901-02-01T15:26:22.600Z"}}
Suggested correction
The bug can be corrected, in changing for example :
asn1.js, line 1000
new Date(...)
into :Then, the result of the above-mentioned command is :
There, the second item of the array is not completely correct (it should be unspecified), but it makes the job...
Thanks in advance,
Cédric
The text was updated successfully, but these errors were encountered: