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