Searched defs:localtime (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/date/lib/ |
H A D | unixtime2tm.c | 218 int timelib_apply_localtime(timelib_time *t, unsigned int localtime) in timelib_apply_localtime()
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 173 public function localtime(string $string, &$offset = null): array|false {} function in IntlDateFormatter
|
/php-src/ext/date/ |
H A D | php_date.c | 676 …ic zend_string *date_format(const char *format, size_t format_len, timelib_time *t, bool localtime) in date_format() 857 static void php_date(INTERNAL_FUNCTION_PARAMETERS, bool localtime) in php_date() 877 …string *php_format_date(const char *format, size_t format_len, time_t ts, bool localtime) /* {{{ */ in php_format_date() 903 PHPAPI int php_idate(char format, time_t ts, bool localtime) in php_idate() 1384 PHP_FUNCTION(localtime) in PHP_FUNCTION() argument
|
H A D | php_date.stub.php | 142 function localtime(?int $timestamp = null, bool $associative = false): array {} function
|
Completed in 23 milliseconds