chromium/third_party/blink/web_tests/http/tests/cache/resources/current-time.cgi

#!/usr/bin/perl -wT

print "Content-type: text/plain\n";
print "\n";
print time();