google / paco

The Paco behavioral science mobile research platform
http://www.pacoapp.com/
Apache License 2.0
327 stars 93 forks source link

iOS: won't join experiment if end date = today #1670

Open theonezozo opened 5 years ago

theonezozo commented 5 years ago

We created an experiment intended to last one day and fire one ping at noon. When trying to invite participants the day of, they couldn't see it in their experiments list if the end day was today.

We suspect the logic for experiment join is checking to see if now > 12:00AM and not 11:59:59PM of the end date. We expected the latter (so you could join an experiment already in progress).