Convert decimal/hexdecimal number to timestamp in C -


I can read the values ​​of the seconds passed after some reference time which is 1301330553 (decimal) / 4D90BA79 (Format) hex appears in . I would like to convert these seconds in some date / time format to C .

There is a function that has been described as the elapsed second u32 data type

Which is called CTIT, which takes UNIX as long as the parameter, which gives time in ascii. / P>

Comments