Index: benchmark/io/http/protocol.cfa
===================================================================
--- benchmark/io/http/protocol.cfa	(revision 6528d75a436890c179cbd603e9ed3f6828339e42)
+++ benchmark/io/http/protocol.cfa	(revision 341aa39e47d18ed4c1c920948bb80ef3fe7bbb54)
@@ -228,5 +228,5 @@
 
 		char buff[100];
-		Time now = timeNsec();
+		Time now = timeHiRes();
 		strftime( buff, 100, "%a, %d %b %Y %H:%M:%S %Z", now );
 		sout | "Updated date to '" | buff | "'";
