Time Zone

From Hostek.com Wiki
Revision as of 17:21, 22 November 2012 by Briana (Talk | contribs) (Briana moved page ASP Timezone to Time Zone without leaving a redirect)

Jump to: navigation, search

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