I am working with a file of data that contains "time values" (e.g.
"1225365563 "), and I want to convert this data into something I can use
in a program I'm developing. From what I've read about time_t, it seems
this value, if converted from its string format, would be a date/time
value - if I could convert it. I find no conversion function that will
do anything for me, so I'm asking what I might do. Any thoughts? TIA
"1225365563 "), and I want to convert this data into something I can use
in a program I'm developing. From what I've read about time_t, it seems
this value, if converted from its string format, would be a date/time
value - if I could convert it. I find no conversion function that will
do anything for me, so I'm asking what I might do. Any thoughts? TIA
Comment