Fixing Document getTimestamp() to pass in a 13 digit timestamp long value. Currently this method returns a date from 1970 and the resolution is to pass Date(millisec.longValue() * 1000) instead of Date(millisec.longValue()). This fixes https://github.com/Azure/azure-cosmosdb-java/issues/32
Fixing Document getTimestamp() to pass in a 13 digit timestamp long value. Currently this method returns a date from 1970 and the resolution is to pass Date(millisec.longValue() * 1000) instead of Date(millisec.longValue()). This fixes https://github.com/Azure/azure-cosmosdb-java/issues/32