Hello I have couple of question regarding the last modified information fetching form Riak PB client
1. The last modified is split into to two parts lastModified and lastModifiedUsec. How to combine these to make atypical EPOCH time. As the per the PB java code the calculation seems like (lastModified * 1000L ) + (lastModifiedUsec / 100L); But on our testing the calculation seems to be more towards (lastModified * 1000L ) + (lastModifiedUsec / 1000L); Which is accurate representation 2. Are these dates in UTC? Regards Sajith ________________________________ This message is private and confidential. If you have received it in error, please notify the sender and remove it from your system.
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com