Different time zones (wait module, 'relative to') #554
Unanswered
alpkaanaksu
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Yes, it's possible. Unfortunately, you'll have to do the timezone calculations yourself, formr schedules everything in German time. But many have done this. You have to collect time zone information. Then, I'd suggest using lubridate's time zone functions for scheduling, so you don't accidentally mess up stuff like daylight savings time. https://lubridate.tidyverse.org/reference/with_tz.html |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We will use formr for an international study, we expect to have a lot of people from the US and Germany.
We ask participants to pick a time to receive daily evening surveys, and use the chosen time in the wait modules.
Would this work with different time zones?
Beta Was this translation helpful? Give feedback.
All reactions