Time Zone
From Hostek.com Wiki
Our servers are on Central Time Zone (timezone).
If you are in a different part of the country or world, you may want to adjust the time in your scripts. Below are a few example of how to do that.
Contents
ASP time change sample
Here is an ASP code example that subtracts 1 hour from the server time.
The time is <%=FormatDateTime(DateAdd("h",-1,Now),3)%>.