fix(dash): improve date formatting in hover 81/36181/2
authorVratko Polak <vrpolak@cisco.com>
Fri, 20 May 2022 08:27:49 +0000 (10:27 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 23 May 2022 07:16:40 +0000 (07:16 +0000)
commit72766c8177fb76ac5ca4cbbfe616c19ec4a9a97a
tree1f8fecdb6c080cb662f11f4088681964fb3eca02
parent01c8e09d4036daf1f6b5d26bdc48b9a723641005
fix(dash): improve date formatting in hover

Bring it closer to RFC 3339 while keeping spaces.
The fully compatible format (2022-03-29T08:45:02Z)
may look too exotic for average human.

Dates other than in hover (e.g. in Time Period selection)
are not affected by this Change.

Change-Id: Ic5033d1b0db8505b0919e6a1392e28004c718f21
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
resources/tools/dash/app/pal/stats/graphs.py
resources/tools/dash/app/pal/trending/graphs.py