Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
DCommandInfo.cpp273 struct tm* newTime; in ReadCommandLineInfo() local
280 newTime = localtime(&szClock); in ReadCommandLineInfo()
283 fprintf(log_file, "\nDate: %s\n", asctime(newTime)); in ReadCommandLineInfo()