flexPTP-test/Common.py
András Wiesner 23e5005914 - Parameter configuration added
- Plotting added
- Statistic calculation added
- Save measurement data as XLSX feature added
- Test controller functionality extracted from the GUI class
2026-05-27 20:06:53 +02:00

4 lines
108 B
Python

import time
def time_to_str(t: float) -> str:
return time.strftime("%d-%m-%Y %H:%M:%S", time.gmtime(t))