Searched refs:localtime (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | date.test | 242 # 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 D | tkt-bd484a090c.test | 21 lindex [catchsql { SELECT datetime('now', 'localtime') }] 0 30 catchsql { SELECT datetime('now', 'localtime') }
|
| H A D | date2.test | 130 INSERT INTO t5(y,m) VALUES('2017-07-20','localtime');
|
| H A D | zipfile.test | 551 SELECT name, strftime('%s', mtime, 'unixepoch', 'localtime')
|
| /sqlite-3.40.0/src/ |
| H A D | date.c | 60 struct tm *__cdecl localtime(const time_t *); 523 pX = localtime(t); in osLocaltime()
|
| H A D | os_win.c | 2204 struct tm *__cdecl localtime(const time_t *t) in localtime() function
|