Hi all,
here's my test
my localhost return for ex: 9:00 AM, while testing with website host by Godaddy returns 10:00 AM (1 hour different).
Why? and how can I sync this.
thanks!
here's my test
Code:
nowTime = FormatDateTime(Now,3)
response.write "NOW: " & nowTime & "<BR>"
response.End()
my localhost return for ex: 9:00 AM, while testing with website host by Godaddy returns 10:00 AM (1 hour different).
Why? and how can I sync this.
thanks!