Guest_imported
New member
- Jan 1, 1970
- 0
How do we display sub-second value when we display current time, something like hh:mm:ss:ss? I tried gettimeofday() which shows microseconds from 1 Jan 1970 but how do we show time?? struct tm doesn't help either, as there is not anything beyond seconds in struct tm.