功能:获取服务器所在时区 复制代码代码如下:<% FunctionTimeZone() SetoShell=CreateObject("WScript.Shell") atb="HKEY_LOCAL_MACHINE/System/CurrentControlSet/"&_ "Control/TimeZoneInformation/ActiveTimeBias" TimeZone=-oShell.RegRead(atb)/60 EndFunction %>