Home
last modified time | relevance | path

Searched refs:timestamps (Results 1 – 4 of 4) sorted by relevance

/web-php/
H A Dindex.php17 $timestamps = [@getlastmod()]; variable
26 $timestamps[] = @filemtime("include/prepend.inc");
29 $timestamps[] = @filemtime("include/pregen-confs.inc");
30 $timestamps[] = @filemtime("include/pregen-news.inc");
31 $timestamps[] = @filemtime("include/version.inc");
32 $timestamps[] = @filemtime("js/common.js");
35 $timestamp = max($timestamps);
/web-php/include/
H A Dshared-manual.inc283 $timestamps = [
299 $timestamps[] = $note->ts;
302 $lastmod = max($timestamps);
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt2974 logging timestamps). (Derick)
3408 - Fixed a bug in formatting timestamps when DST is active in the default timezone (Derick)
3448 - Fixed bug #44209 (strtotime() doesn't support 64 bit timestamps on 64 bit platforms). (Derick)
6121 timestamps). (Jani)
H A DNEWS_5_4_0_beta1.txt2878 logging timestamps). (Derick)
3312 - Fixed a bug in formatting timestamps when DST is active in the default timezone (Derick)
3352 - Fixed bug #44209 (strtotime() doesn't support 64 bit timestamps on 64 bit platforms). (Derick)
6025 timestamps). (Jani)

Completed in 36 milliseconds