Skip to content
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

Represent timestamps using numbers #4

Open
msiebuhr opened this issue Sep 27, 2011 · 0 comments
Open

Represent timestamps using numbers #4

msiebuhr opened this issue Sep 27, 2011 · 0 comments

Comments

@msiebuhr
Copy link

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant