Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: squash
-
Labels:None
-
Story Points:1.4
-
Epic Link:
-
Team:SQuaRE
Description
KPM timeseries plot points are ~8 ahead of US/Pacific and ~16 ahead of UTC.
See the attached screenshot of the dashboard vs. the corresponding qadb record
MariaDB [qadb]> select date from dashboard_job order by date desc limit 1; |
+----------------------------+
|
| date |
|
+----------------------------+
|
| 2017-02-02 16:39:33.826112 | |
+----------------------------+
|
1 row in set (0.00 sec) |
My hunch is that bokeh is assuming that data is in the local TZ and doing a -> conversion by default.
Attachments
Issue Links
- relates to
-
DM-9242 squash KPM plots should label the time axis with a timezone
- Done
Reviewing backlog tickets. Date and time are stored and reported in UTC. This issue is fixed since the migration of the API to Flask (See screenshots attached)