OpenTMI / opentmi-default-gui

web interface for OpenTMI
http://opentmi.github.io/opentmi-default-gui/
MIT License
4 stars 5 forks source link

OpenTMI Pivot table should use UTC time zone for filtering test results #122

Open kimlep01 opened 2 years ago

kimlep01 commented 2 years ago

Currently OpenTMI uses local time zone for filtering test results but Github sends test results as UTC time. These should be aligned to use same time zone (UTC) for clarity.

jupe commented 2 years ago

unfortunately it seems that vue@2 lack of timezone handling for date picker element: https://github.com/ElemeFE/element/issues/14909