Time Zone
From Hostek.com Wiki
Revision as of 01:25, 22 November 2012 by Chadc (Talk | contribs) (Created page with "==Code to change your timezone== Here is an ASP code example that subtracts 1 hour from the server time. The time is '''<%=FormatDateTime(DateAdd("h",-1,Now),3)%>'''. [[Ca...")
Code to change your timezone
Here is an ASP code example that subtracts 1 hour from the server time.
The time is <%=FormatDateTime(DateAdd("h",-1,Now),3)%>.