For example, if someone converted at 12pm, and joined the experiment on 1pm, and we are using dates, not times, then we would count that as a conversion, when it's not.
I don't believe the code will break if date/times are used, but I haven't tested; I should add random times to the simulated datasets.
[ ] when calculated if people converted within the time window, add unit test to ensure the 12pm/1pm scenario is correctly identified as a negative number (e.g. don't round)
For example, if someone converted at 12pm, and joined the experiment on 1pm, and we are using dates, not times, then we would count that as a conversion, when it's not.
I don't believe the code will break if date/times are used, but I haven't tested; I should add random times to the simulated datasets.