Search | Google it | Results 1 - 3 of 3 for funcall:dt_localtime_us (0.03 seconds) |
149: { 150: return dt_localtime_us(s_to_us(tims), tz, result); 151: }
3103: } 3104: err = dt_localtime_us(tim_u, NULL, &tm); 3105: if (err >= E_OK) {
82: } else { 83: (void)dt_localtime_us(tim_u, NULL, &tm); 84: (void)dt_mktime(&tm, NULL, time);