coffeescript-rrd icon indicating copy to clipboard operation
coffeescript-rrd copied to clipboard

Represent timestamps using numbers

Open msiebuhr opened this issue 14 years ago • 0 comments

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

msiebuhr avatar Sep 27 '11 15:09 msiebuhr