in python asammdf, there is a property named "time_as_date". The time will return an absolute UTC timestamp instead of relative time. Can GoMDF support this?
If no plan for this, is there any solution to get the absolute time according to the current data?
time_as_date : bool
the dataframe index will contain the datetime timestamps
according to the measurement start time; default *False*. If
*True* then the argument ``time_from_zero`` will be ignored.
in python asammdf, there is a property named "time_as_date". The time will return an absolute UTC timestamp instead of relative time. Can GoMDF support this?
If no plan for this, is there any solution to get the absolute time according to the current data?