posts - 22, comments - 5, trackbacks - 0, articles - 11
<%@ LANGUAGE="VBSCRIPT" %>

<SCRIPT Language="JavaScript" Runat="Server">
function getTimeZone( )
{
return ( (new Date()).getTimezoneOffset() )
}
</SCRIPT>

<%
Dim offset
offset = getTimeZone()
curGMTDate=DateAdd("n",offset,Now())
Response.Write "And the calculated GMT time is " & curGMTDate & "<P>"
%>
只有注册用户登录后才能发表评论。