Home
last modified time | relevance | path

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

/web-bugs/www/rss/
H A Drdf.php105 $ts = urlencode($comment['ts']); variable
/web-bugs/sql/
H A Dschema.sql37 ts datetime NOT NULL default CURRENT_TIMESTAMP, field
42 KEY bug (bug,id,ts),
99 ts timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, field
/web-bugs/include/
H A Dfunctions.php1031 * @param int $ts the unix timestamp to be formatted
1036 function format_date($ts = null, $format = 'Y-m-d H:i e') argument
1038 if (!$ts) {
1039 $ts = time();
1041 return gmdate($format, (int)$ts - date('Z', (int)$ts));
/web-bugs/www/
H A Dbug.php1244 function output_note($com_id, $ts, $email, $comment, $comment_type, $comment_name, $is_hidden = fal… argument
1251 echo '<a name="' , urlencode($ts) , '">&nbsp;</a>';
1252 echo "<strong>[" , format_date($ts) , "] ";

Completed in 13 milliseconds