Home
last modified time | relevance | path

Searched refs:gmt (Results 1 – 2 of 2) sorted by relevance

/curl/docs/examples/
H A Dsynctime.c305 struct tm *gmt; in main() local
320 gmt = gmtime(&tt); in main()
321 tt_gmt = mktime(gmt); in main()
/curl/m4/
H A Dcurl-functions.m42443 struct tm *gmt = 0;
2445 gmt = gmtime_r(&local, &result);
2446 if(gmt)

Completed in 13 milliseconds