Skip to content

Commit

Permalink
Clarify timezone handling in the dashboard doc
Browse files Browse the repository at this point in the history
  • Loading branch information
corruptbear committed Jul 3, 2024
1 parent 5ed79b6 commit a12d640
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions software/management/dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Dashboard & Processing

## Timezone interpretation

- The timestamps stored in the processed log files (the `.pkl` files) are utc timestamps.
- The plotting functions in `processing.py` plots the time series according to the local timezone of the computer running the script. If you run the same script with the same file on computers from different timezones, the plot will look different.

## Dashboard

The TotTag dashboard is a GUI for interacting with the tags.
Expand Down

0 comments on commit a12d640

Please sign in to comment.