Home
last modified time | relevance | path

Searched refs:localtime (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/test/
H A Ddate.test242 # localtime->utc and utc->localtime conversions.
273 # The previous two cases establish that no such localtime as
275 # answer if we try to convert this non-existant localtime to utc?
286 # that localtime back to UTC, we should get one or the other of
294 SELECT datetime('2000-05-29 14:16:00','localtime');
312 datetest 7.3 {datetime('now','localtime',null)} NULL
315 datetest 7.6 {time('now','localtime',null)} NULL
318 datetest 7.9 {date('now','localtime',null)} NULL
321 datetest 7.12 {julianday('now','localtime',null)} NULL
325 datetest 7.16 {strftime('%s','now','localtime',null)} NULL
[all …]
H A Dtkt-bd484a090c.test21 lindex [catchsql { SELECT datetime('now', 'localtime') }] 0
30 catchsql { SELECT datetime('now', 'localtime') }
H A Ddate2.test130 INSERT INTO t5(y,m) VALUES('2017-07-20','localtime');
H A Dzipfile.test551 SELECT name, strftime('%s', mtime, 'unixepoch', 'localtime')
/sqlite-3.40.0/src/
H A Ddate.c60 struct tm *__cdecl localtime(const time_t *);
523 pX = localtime(t); in osLocaltime()
H A Dos_win.c2204 struct tm *__cdecl localtime(const time_t *t) in localtime() function