Home
last modified time | relevance | path

Searched defs:localtime (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/date/lib/
H A Dunixtime2tm.c255 int timelib_apply_localtime(timelib_time *t, unsigned int localtime) in timelib_apply_localtime()
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat.stub.php126 public function localtime(string $string, &$offset = null) {} function in IntlDateFormatter
/PHP-8.0/ext/date/
H A Dphp_date.c624 …tic zend_string *date_format(const char *format, size_t format_len, timelib_time *t, int localtime) in date_format()
791 static void php_date(INTERNAL_FUNCTION_PARAMETERS, int localtime) in php_date()
811 PHPAPI zend_string *php_format_date(const char *format, size_t format_len, time_t ts, int localtime in php_format_date()
837 PHPAPI int php_idate(char format, time_t ts, int localtime) in php_idate()
1316 PHP_FUNCTION(localtime) in PHP_FUNCTION() argument
H A Dphp_date.stub.php29 function localtime(?int $timestamp = null, bool $associative = false): array {} function

Completed in 26 milliseconds