I am using CodeSite. In the raw log files, i see below TimeStamp format -- how do i convert this to Actual DateTime? What TimeStamp format is this? This is not Epoch TimeStamp format.
I am trying to convert below TimeStamp to Date.
TimeStamp=736843.29124842
This should convert to 5/29/2018 8:05:24.842 (MST).
You're not supposed to parse those files by yourself. But well, if you want, here's the function which parses the CodeSite message timestamp (based on the TCodeSiteMessage.SetAsString method timestamp parsing code, CodeSite version 5.3.2):
Of course this is a CodeSite internal implementation and may be subject to change.