Hi,
(I have typescript fork from this lib, and I found an error. I'm just letting you know, since you have the same error: )
The creation date month parsing is incorrect at this line.
date.slice(4, 6) returns with an integer between [1,12], while Date.UTC expects an int between [0,11]:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/UTC
Best,
Patrik
Hi,
(I have typescript fork from this lib, and I found an error. I'm just letting you know, since you have the same error: )
The creation date month parsing is incorrect at this line.
date.slice(4, 6)returns with an integer between [1,12], whileDate.UTCexpects an int between [0,11]:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/UTC
Best,
Patrik