X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Fstats%2Fgraphs.py;fp=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Fstats%2Fgraphs.py;h=c1f58f24056c805e82e7ed99f5550287935c6f2b;hb=72766c8177fb76ac5ca4cbbfe616c19ec4a9a97a;hp=db6937402ab535dec428a1c422b93eee5f374c9d;hpb=01c8e09d4036daf1f6b5d26bdc48b9a723641005;p=csit.git diff --git a/resources/tools/dash/app/pal/stats/graphs.py b/resources/tools/dash/app/pal/stats/graphs.py index db6937402a..c1f58f2405 100644 --- a/resources/tools/dash/app/pal/stats/graphs.py +++ b/resources/tools/dash/app/pal/stats/graphs.py @@ -47,7 +47,7 @@ def graph_statistics(df: pd.DataFrame, job:str, layout: dict, for _, row in data.iterrows(): d_type = "trex" if row["dut_type"] == "none" else row["dut_type"] hover_itm = ( - f"date: {row['start_time'].strftime('%d-%m-%Y %H:%M:%S')}
" + f"date: {row['start_time'].strftime('%Y-%m-%d %H:%M:%S')}
" f"duration: " f"{(int(row['duration']) // 3600):02d}:" f"{((int(row['duration']) % 3600) // 60):02d}
"