Commit 6a7482e
authored
♻️ Adjust activity start and end times to account for timezone offset (#89)
This pull request includes a change to the `HearthFrequencyGraph` widget
in the
`lib/presentation/activities/details/widget/hearth_frequency_graph.dart`
file. The change adjusts the `activityStartTime` and `activityEndTime`
to account for the time zone offset.
*
[`lib/presentation/activities/details/widget/hearth_frequency_graph.dart`](diffhunk://#diff-ee699a1b9218cb266a1c3017c2bbcd065a5b19de74523564d6377cfbd605dd1dL123-R125):
Modified `activityStartTime` and `activityEndTime` to subtract the time
zone offset.1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
0 commit comments