* Jarrod Roberson:

> trying to persist System.currentTimeMilliseconds() from java causes the same
> thing to happen occasionally.

Really?  Those numbers are below 41 bits, so they should be
representable as doubles.  (Javascript and thus JSON treat all numbers
as doubles.)

Reply via email to