##// END OF EJS Templates
pull-requests: show version age component should use local dates.
marcink -
r1451:ed905cdf default
parent child Browse files
Show More
@@ -219,7 +219,7 b''
219 ##<code>${ver.source_ref_parts.commit_id[:6]}</code>
219 ##<code>${ver.source_ref_parts.commit_id[:6]}</code>
220 </td>
220 </td>
221 <td>
221 <td>
222 ${h.age_component(ver.updated_on)}
222 ${h.age_component(ver.updated_on, time_is_local=True)}
223 </td>
223 </td>
224 </tr>
224 </tr>
225 % endfor
225 % endfor
General Comments 0
You need to be logged in to leave comments. Login now