Searched refs:utc_tm (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libbe/common/ | ||
H A D | be_utils.c | 515 time_t utc_tm = NULL; local 520 if (time(&utc_tm) == -1) { 525 if ((gmt_tm = gmtime(&utc_tm)) == NULL) { |
Completed in 23 milliseconds