##// END OF EJS Templates
util: fix crash converting an invalid future date to string...
util: fix crash converting an invalid future date to string Post-2038 timestamps cannot be handled on 32-bit architectures. Clamp such dates to the maximum 32-bit timestamp.

File last commit:

r14913:44382887 default
r15157:c208dcd0 stable
Show More
footer.tmpl
9 lines | 209 B | application/x-cheetah | CheetahLexer
<script type="text/javascript">process_dates()</script>
{motd}
<div class="logo">
<a href="{logourl}">
<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
</div>
</body>
</html>