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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c24248 int year, month, datepart, timepart; local
24266 timepart = 12*3600*1000 + dt.hundredths*10 + dt.seconds*1000 +
24269 *piNow = (sqlite3_int64)datepart*86400*1000 + timepart;
[all...]

Completed in 358 milliseconds