LincolnG4 / GoMDF

ASAM MDF / MF4 (Measurement Data Format) files editor in GoLang
MIT License
9 stars 0 forks source link

[feature] time_as_date #43

Open sccds opened 2 weeks ago

sccds commented 2 weeks ago

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.
LincolnG4 commented 2 weeks ago

feature put into the queue :)