Lines Matching refs:localtime
242 # localtime->utc and utc->localtime conversions.
258 do_execsql_test date-$tn "SELECT datetime('$utc','localtime')" [list $local]
273 # The previous two cases establish that no such localtime as
275 # answer if we try to convert this non-existant localtime to utc?
285 # the same localtime of 2022-02-11 00:15:00. When converting from
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
543 # The 'localtime' modifier should preserve fractional seconds.
545 datetest 18.1 {strftime('%f',1.234,'unixepoch','localtime')} {01.234}