auto-pi-lot / autopilot

Distributed behavioral experiments
https://docs.auto-pi-lot.com
Mozilla Public License 2.0
93 stars 24 forks source link

Time and Timezone synchronization across agents #173

Open sneakers-the-rat opened 2 years ago

sneakers-the-rat commented 2 years ago

Raspis (and most linux distros i think?) automatically synchronize time by default, but raspis start with their timezone set as GMT. In addition to generating data that can be hard to synchronize after the fact, this causes problems, eg. when the Subject class tries to filter old data to calculate graduation effectively.

TODO