1: function lastupdate_macro(param) { 2: if (this.lastupdate) 3: res.write(formatTimestamp(this.lastupdate, param.format)); 4: return; 5: }