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