microsoft-performance-toolkit-sdk
microsoft-performance-toolkit-sdk copied to clipboard
Engine should support method/overload/helper to easily get absolute DateTime from Timestamp
Timestamp in the SDK is relative since start of DataSource. Using the Engine there doesn't seem to be an easy way to just get an absolute DateTime given a Timestamp.
It should be as easy as Timestamp.ToDateTime() or similar.