Searched refs:local_time (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/
H A Dcal.c120 struct tm *local_time; local
161 local_time = localtime(&now);
162 year = local_time->tm_year + 1900;
164 month = local_time->tm_mon + 1;
/haiku-fatelf/src/bin/sharutils/src/
H A Dshar.c721 struct tm *local_time;
780 local_time = localtime (&now);
781 strftime (buffer, 79, "%Y-%m-%d %H:%M %Z", local_time);
715 struct tm *local_time; local

Completed in 40 milliseconds