Skip to navigation
Couchdb view to check if the last date is older then 1 day
11.01.17
function(doc) { var now = parseInt((new Date().getTime()/1000)) var yesterday = now - 86400; if(doc.type == 'controller' && doc.unixdate > 1) { if(doc.unixdate < yesterday ) { emit(now,doc.unixdate); } } }
https://couchdb.apache.org/
Reply
Anonymous
Information Epoch 1732635865
Store numerical data in flat files.
Home
Notebook
Contact us