AllenNeuralDynamics / foraging-behavior-browser

Foraging behavior browser (streamlit)
https://foraging-behavior-browser.streamlit.app/
MIT License
2 stars 2 forks source link

Timezone mismatch in session_start_time and end_time #68

Closed hanhou closed 1 month ago

hanhou commented 5 months ago

Lukasz reported that session_end_time appears early than the session_start_time in the table. This is probably because the former is local time, but the latter is in UTC. Will fix this.

image