digital-wellbeing / pws-data

Code used to process the raw PowerWash Simulator study dataset
Creative Commons Zero v1.0 Universal
4 stars 1 forks source link

Use `Timestamp` when looking for offsets #3

Closed mvuorre closed 2 years ago

mvuorre commented 2 years ago

https://github.com/digital-wellbeing/pws-data/blob/abe51d48c896c5f5c4b97d0fbdcdb4c7588681a8/merge-by-local-time.Rmd#L316

The first argument here should be Timestamp so that daylight savings etc are accounted for.

rpsychologist commented 2 years ago

Hmm, I think a fixed date is what I want here. I do not want to account for daylight savings, just find out which time zones have different offsets

mvuorre commented 2 years ago

OK!