Home
last modified time | relevance | path

Searched refs:localtime (Results 26 – 34 of 34) sorted by relevance

12

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_debug.c96 if ((tm_p= localtime((const time_t *)&tv.tv_sec))) { in MYSQLND_METHOD()
193 if ((tm_p= localtime((const time_t *)&tv.tv_sec))) { in MYSQLND_METHOD()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.c1301 strftime(friendly, 100, "%a %b %d %H.%%04d %Y", localtime(&tt)); in phpdbg_rlog_internal()
1303 strftime(friendly, 100, "%a %b %d %T.%%04d %Y", localtime(&tt)); in phpdbg_rlog_internal()
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c518 struct tm *tm = localtime (&tt); in SOAP_to_xml_element_worker()
/PHP-7.3/ext/intl/tests/
H A Dut_common.inc402 …return $GLOBALS['oo-mode'] ? $fmt->localtime( $value , $parse_pos ) : datefmt_localtime( $fmt , …
/PHP-7.3/ext/zip/lib/
H A Dzip_dirent.c903 tm = localtime(&intime); in _zip_u2d_time()
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_module.c569 ta = localtime(&script->dynamic_members.last_used);
/PHP-7.3/ext/com_dotnet/
H A Dcom_variant.c1000 tmv = localtime(&ttstamp); in PHP_FUNCTION()
/PHP-7.3/sapi/litespeed/
H A Dlsapi_main.c1611 strftime( time_buf, 30, "%d/%b/%Y:%H:%M:%S", localtime( &tv_req_end.tv_sec ) ); in main()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c20977 struct tm *__cdecl localtime(const time_t *);
21438 pX = localtime(t); in osLocaltime()
42780 struct tm *__cdecl localtime(const time_t *t)

Completed in 487 milliseconds

12