Q2A 1.8 is storing the Vote date in Database. For all previous votes, the date created is the Post creation date. Does it make sense to change this to max(user_creation, post_creation) as otherwise many vote date will be behind the user creation date.