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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c24622 int year, month, datepart, timepart; local
24640 timepart = 12*3600*1000 + dt.hundredths*10 + dt.seconds*1000 +
24643 *piNow = (sqlite3_int64)datepart*86400*1000 + timepart;
[all...]

Completed in 376 milliseconds