Timezone

chiragk

Guppy
Hi,

I'd like to know what timezone is the server(win4) located in. Even if you could mention the exact time difference.. GMT - ??. This is because I'd like to display date/time in other regional zones.

Thanks,
Chirag
 
New Data Center is in Pennsylvania which is in US Eastern Time Zone. During DayLight Saving Time when it clocks 1:36 AM in Pennsylvania, GMT time would be 5:36 AM.
 
If you're using ASP, I don't think there is a way to get the current time in a specified timezone without custom components. Personally I use "SELECT getutcdate()" on my MS SQL database that I'm using anyway to get the time in UTC.
 
Back
Top