Greetings,
I am now finishing development on a multi-wave daily study. I love this platform and your support has been fantastic. I seem to have one more problem which I can easily work around but I wanted to alert you to it and make sure I am not doing something wrong.
I am using mail resume to send a note 18 hours after a participant reaches an interrupt page. I put in this code: mailResume(false, 1, 64800). I also have a second mail resume for 24 hours which looks like this: mailResume(false,13,86400), 1 and 13 are of course the mailing reference numbers.
In my final testing I am finding that the mail that should come 18 hours later is coming 12 hours later and the mail that should come 24 hours later is coming 18 hours later. My guess is that this is timezone related as I believe I am exactly 6 hours behind Germany. I can easily adjust by just putting in different numbers but before doing that I want to make sure there isn't some other remedy. I should also note that I did set the time zone in the Experimental setting tab in project settings to America/New_York. If it would make more sense to change that I could do that also.