Build page: Show output / closure sizes

This commit is contained in:
Eelco Dolstra
2014-10-07 18:12:00 +02:00
parent 83d4930101
commit aad3a11eca
3 changed files with 18 additions and 2 deletions

View File

@ -4,6 +4,9 @@ USE String;
USE HTML;
USE mibs=format("%.2f");
BLOCK renderDateTime;
date.format(timestamp, '%Y-%m-%d %H:%M:%S');
END;