gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:dt_localtime_ms (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
190:                 tk_get_tim(&stm);
191:                 er = dt_localtime_ms(&stm, NULL, &ctm);
192:                 if (er < E_OK) {
413: } 414: dt_localtime_ms(&st.st_mtime, NULL, &ctm); 415:
423: if (opt & 0x01) { 424: dt_localtime_ms(&st.st_ctime, NULL, &ctm); 425: P(" c:%d/%02d/%02d %02d:%02d:%02d",
427: ctm.tm_hour, ctm.tm_min, ctm.tm_sec); 428: dt_localtime_ms(&st.st_atime, NULL, &ctm); 429: P(" a:%d/%02d/%02d",