@jon @sotiri Do you know how pavlovia stores the date and time at which participants complete the tasks in the csv files? Is it in their timezone or does it convert to GMT?
Hi @cat500, yes that would be a date/time string local to each browser session and is based on the following call, which you can try out in the console while the experiment is running to verify:
moment().format('YYYY-MM-DD_HH[h]mm.ss.SSS')