#include
DST : : myTime de corde = « 1438 » ;
time_t maintenant = temps (0) ;
now_tm de tm* de struct = localtime (&now) ;
now_tm->tm_hour = atoi (myTime.substr (0, 2).c_str ());
now_tm->tm_min = atoi (myTime.substr (2, 2).c_str ());
now_tm->tm_sec = 0 ;
cible de time_t = mktime (now_tm) ;
horodateur de char [32] = "" ;
strftime (horodateur, 32, « %b %d %Y %I : %M : %S 000 % p », gmtime (&target));
DST : : cout <>
|