sschiau / Particle

64 bit ID Generator
MIT License
133 stars 28 forks source link

I got the wrong result. #5

Closed xiangjihan closed 8 years ago

xiangjihan commented 8 years ago

I use this library,and got all the $particleID num string like "2.5100994530733E+14".Is this the right result? The $particleID is it like "4611692470816737853"?

sschiau commented 8 years ago

const EPOCH should be (13 digits) UNIX time in milliseconds (1465343413213 = GMT: Tue, 07 Jun 2016 23:50:13.213 GMT).

xiangjihan commented 8 years ago

Yes,I use the 13digits Unix time as the epoch.But it still abnormal.Is this duel to the 32 bit PHP parser?

sschiau commented 8 years ago

If your OS is 32bit... this won't work.