localtime
Syntax:
#include <ctime> struct tm *localtime( const time_t *time );
The function localtime() converts calendar time time into local time. Watch out for the static return.
Related topics:
#include <ctime> struct tm *localtime( const time_t *time );
The function localtime() converts calendar time time into local time. Watch out for the static return.