Currently i'm collecting data using joulemeter developed from Microsoft. It records data and time in timestamp format, but in different format. I try to convert using normal but couldn't get accurate time and data. And i'm going to use the data in php. Below is the data I get, first column is the record of timestamp.
TimeStamp (ms) Total Power (W) CPU (W) Monitor (W) Disk (W) Base (W) Application (W)
63573171824975 27 0.2 4.4 0 22.4 --
63573171825988 27 0.2 4.4 0 22.4 --
63573171827002 26.9 0.1 4.4 0 22.4 --
63573171828016 27 0.1 4.4 0 22.4 --
63573171829030 27 0.1 4.4 0 22.4 --
63573171830044 27 0.1 4.4 0 22.4 --
63573171831058 26.9 0 4.4 0 22.4 --
63573171832074 26.9 0 4.4 0 22.4 --
63573171833086 26.9 0.1 4.4 0 22.4 --
63573171834100 26.9 0.1 4.4 0 22.4 --
63573171835115 26.9 0 4.4 0 22.4 --
I have do searched online but found no solution. That is a thread found here Microsoft, but no one answer the question. Appreciate if can help.
Edited: Additional information: I notice that joulemeter shows the power model from 7/3/2015 4:41:08 PM Will it start counting from this date instead of windows timestamp 1601/1970? Which means the offset of the timestamp is different.