My task sounds simple, but I can\'t nail down how to write this... I simply want to find the most recent item inserted into a collection and display it on my meteor app.
Provided that DateTime is this field that you do Date.parse(Date()). Also you don't have to store dates as unix timestamps you can just do new Date() and it would be stored as the Date object type.