Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dunixtime2tm.c218 int timelib_apply_localtime(timelib_time *t, unsigned int localtime) in timelib_apply_localtime()
/php-src/ext/intl/dateformat/
H A Ddateformat.stub.php168 public function localtime(string $string, &$offset = null): array|false {} function in IntlDateFormatter
/php-src/ext/date/
H A Dphp_date.c675 …ic zend_string *date_format(const char *format, size_t format_len, timelib_time *t, bool localtime) in date_format()
853 static void php_date(INTERNAL_FUNCTION_PARAMETERS, bool localtime) in php_date()
873 …string *php_format_date(const char *format, size_t format_len, time_t ts, bool localtime) /* {{{ */ in php_format_date()
899 PHPAPI int php_idate(char format, time_t ts, bool localtime) in php_idate()
1380 PHP_FUNCTION(localtime) in PHP_FUNCTION() argument
H A Dphp_date.stub.php139 function localtime(?int $timestamp = null, bool $associative = false): array {} function

Completed in 48 milliseconds