heim
heim copied to clipboard
Consider returning a process' creation time as a SystemTime
Since you return an elapsed time since the Unix epoch, you already did 95% of the work required to use SystemTime here, and SystemTime is...
- Closer to
stdandchronoconventions. - More convenient to use for creation/modification date purposes.
I like this idea, because in a current implementation not all used unit types are semantically that good to represent what values they are carrying.