The time written in the csv file is in the following format:
2025-02-18T11:07:01.958973Z
On the generated svg file, the x-axise goes from $SOMEWHEN_IN_THE_PAST to 2025-02-18\n11:15:00, and it seems as if the measurement was taken at 2025-02-18T11:20:18.
Unfortunately my actual (local) time when speedtest-cli is executed was at 12:20:18
The Gnuplot script also prints when the graphics is plotted, in this case: plotted 2025-02-18 12:07:23 CET.
Is there any chance to have gnuplot convert the x-axis to CET too?
The time written in the csv file is in the following format:
2025-02-18T11:07:01.958973ZOn the generated svg file, the x-axise goes from
$SOMEWHEN_IN_THE_PASTto2025-02-18\n11:15:00, and it seems as if the measurement was taken at2025-02-18T11:20:18.Unfortunately my actual (local) time when
speedtest-cliis executed was at12:20:18The Gnuplot script also prints when the graphics is plotted, in this case:
plotted 2025-02-18 12:07:23 CET.Is there any chance to have gnuplot convert the x-axis to CET too?