I'm storing data structure that includes timestamps in the form of
seconds from epoch. When I call set, a number like:

1111665600000

becomes:

"1111665600000"

Notice it has become double quoted. There is no get() involved- only a
set(). Anyone have any ideas?

-jtal

Reply via email to