Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c47 time_t utc_time; in get_timestamp() local
50 (void) time(&utc_time); in get_timestamp()
51 p_tm = localtime(&utc_time); in get_timestamp()