mad-lab-fau / BioPsyKit

A Python package for the analysis of biopsychological data.
MIT License
39 stars 8 forks source link

ActivityCount converts tiemstamps to Europe/Berlin #30

Closed rouzbeh closed 2 years ago

rouzbeh commented 2 years ago

This line: https://github.com/mad-lab-fau/BioPsyKit/blob/cc743d7b042151cddd90c50ac5599646f6d8e487/src/biopsykit/signals/imu/activity_counts.py#L177 Converts all timestamps to Europe/Berlin. I believe this should be avoided, or at least be configurable.

richrobe commented 2 years ago

Hi @rouzbeh,

thank you for the hint! Indeed, this should be configurable. Happy to patch this into BioPsyKit if you create a pull request for it 😊