Index: benchmark/io/http/protocol.cfa
===================================================================
--- benchmark/io/http/protocol.cfa	(revision 6528d75a436890c179cbd603e9ed3f6828339e42)
+++ benchmark/io/http/protocol.cfa	(revision d2fadeb18d29656e644307ecfa6822a03c3e74b7)
@@ -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 | "'";
