jaydoane commented on issue #1024: CouchDB, how to use uuid? can i get timestamp from this uuid? URL: https://github.com/apache/couchdb/issues/1024#issuecomment-347735124 @anlexN I believe the source code for uuid generation is https://github.com/apache/couchdb/blob/master/src/couch/src/couch_uuids.erl but AFAIK you cannot get a timestamp from it. If you want a timestamp in your document, I suggest adding one explicitly. For that matter, you're probably better off choosing your `_id` in a more meaningful way as well.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
