Home
last modified time | relevance | path

Searched refs:last_modified (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/
H A Dhttputils.php29 $last_modified = substr(gmdate('r', $timestamp), 0, -5) . 'GMT';
30 $etag = '"' . md5($last_modified) . '"';
32 header("Last-Modified: $last_modified");
47 if ($if_modified_since && $if_modified_since != $last_modified) {
/dokuwiki/lib/plugins/authpdo/_test/pgsql/
H A Ddjango.sql415 last_modified timestamp with time zone NOT NULL field