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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c547 struct tm tm1; local
555 tm1.tm_sec = 0;
556 tm1.tm_min = 0;
557 tm1.tm_hour = 0;
558 tm1.tm_mday = 1;
559 tm1.tm_mon = 0;
560 tm1.tm_year = 96;
562 time = mktime(&tm1);

Completed in 57 milliseconds