Is there any pros or cons? (in case of storing date inside database)
In Meteor _id field doesn't represent insert time.
Also. I know that MongoDB expireAfterSeconds TTL doesn't work with Date.now()
Seems like new Date()
is more universal and you can always make Date.now()
from it.
Anything else? This question is more about use cases. So if you had problems with any, let us know