In the votes table, the field CreationDate in the votes table only contains the date, with all the times set to 12:00:00 AM.
For some purporses, this information is needed to determine if there are issues regarding accepted answers in particular, and perhaps other types of voting patterns.
- Is this how SO internally stores the data, and if so can this be changed so the time is also recorded?
- If this data is scrubbed during the dump (in order to prevent, for instance, matching up voting times with times people were seen on SO) can this be more finely grained so that some types of votes, such as
AcceptedByOriginator,Close,Reopen,Deletion,Undeletionwill have the actual vote times?
This can be useful for generating data that may show how changes to the system are likely to affect behavior, and to measure the effectiveness of new features/badges/etc. The five vote types I've specified above don't require anonymity since we know who voted to accept, and who votes to close and open questions already. However if it's still a risk, please at least let us see when answers are accepted, which has no risk of personally identifying information.
Similar to this question:
http://meta.stackoverflow.com/questions/933/omission-of-vote-time-in-data-dump
However, I'm asking that only a portion of the data be made available, data which is already public on the website, so there's no point in anonymizing it. The above question was asking that all voting times be made available.