Closed mvuorre closed 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.
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
OK!
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.