I want to know the time duration since a systemd
service was started, using the --property=ActiveEnterTimestamp
i can see the time it has started, and i would like to compare it with current time and get a value in seconds or minutes, how can i achieve this with bash
If i use this solution i am getting a string, but i cannot actually get any time object to make the decision, any help on this would be appreciated.