Searched refs:ts (Results 1 – 4 of 4) sorted by relevance
/web-bugs/www/rss/ |
H A D | rdf.php | 105 $ts = urlencode($comment['ts']); variable
|
/web-bugs/sql/ |
H A D | schema.sql | 37 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 D | functions.php | 1031 * @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 D | bug.php | 1243 function output_note($com_id, $ts, $email, $comment, $comment_type, $comment_name, $is_hidden = fal… argument 1250 echo '<a name="' , urlencode($ts) , '"> </a>'; 1251 echo "<strong>[" , format_date($ts) , "] ";
|
Completed in 13 milliseconds