I prefer storing the long primitive over a complex java object (even
though some graph implementations allows that). A long is portable
across languages and easily comparable. I believe that conversion to
a date time object in any language with subsequent formatting should
be reasonably inexpensive, though I would encourage you to test
several different ways of doing it. Sometimes, I've even stored both
in the database as two separate properties: the long and a string
ISO8601.
stephen
> --
>
>