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 timetamps should be numbers instead of string (64 bit floats vs. string-representation).
I'm aware that floats can't represent all integer values, but as a 64bit int can represent all integers up to 2^53th. (Using UNIX time w. millisecond resolution, that results in October 12, 287396 - which I guess means it will work for a forseeable future.)
The text was updated successfully, but these errors were encountered:
The timetamps should be numbers instead of string (64 bit floats vs. string-representation).
I'm aware that floats can't represent all integer values, but as a 64bit int can represent all integers up to 2^53th. (Using UNIX time w. millisecond resolution, that results in October 12, 287396 - which I guess means it will work for a forseeable future.)
The text was updated successfully, but these errors were encountered: