I have MS PWS installed on my computer, I fire it up and do this

Code:
<%@ language=VBSCRIPT %>
<HTML>
<HEAD>
</HEAD>
<BODY>
The current time is: 
<% Response.Write Time() %>
</BODY>
</HTML>
and it doesnt work, I save it as an *.ASP file, and no luck

could you please help.