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
I've been using strftime for some time now and never any problems with it, until I downloaded the latest version recently. It appears it has some kind of bug when displaying milliseconds.
In version 0.8.0 everything worked fine, but in version 0.9.0 it appears that time between milliseconds appears as 00NaN.
Running this script:
var testDate = function(){
for(var i = 0; i < 1000; i++){
var dateTime = strftime("%Y-%m-%d %H:%M:%S:%L")
console.log(dateTime)
}
}
On the left is what I got for version 0.9.0 and on the right version 0.8.0
Do you have any previsions for this bug to be fixed? Is there anything I can configure in my computer so it works properly?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I've been using strftime for some time now and never any problems with it, until I downloaded the latest version recently. It appears it has some kind of bug when displaying milliseconds.
In version 0.8.0 everything worked fine, but in version 0.9.0 it appears that time between milliseconds appears as 00NaN.
Running this script:
var testDate = function(){
for(var i = 0; i < 1000; i++){
var dateTime = strftime("%Y-%m-%d %H:%M:%S:%L")
console.log(dateTime)
}
}
On the left is what I got for version 0.9.0 and on the right version 0.8.0
Do you have any previsions for this bug to be fixed? Is there anything I can configure in my computer so it works properly?
Thanks!
The text was updated successfully, but these errors were encountered: