Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / cache / resources / current-time.cgi
1 #!/usr/bin/perl -wT
2
3 print "Content-type: text/plain\n";
4 print "\n";
5 print time();