Difference between revisions of "Time Zone"

From Hostek.com Wiki
Jump to: navigation, search
(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...")
 
m (Briana moved page ASP Timezone to Time Zone without leaving a redirect)
(No difference)

Revision as of 17:21, 22 November 2012

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)%>.