You can not change a server to another time zone uless you have admin rights. If you use a host, no chance.
To display the server time use the following syntax:
<%= now() %>
If you want to add or subtract time use tyhe dateAdd function. Do you want to add 14 hours? If so:
<%= DateAdd("h", 14, now()) %>
Wind is your friend
Matt
|