WinCF3 server time

The time displayed by querying the wincf3 server appears to be 5 hours ahead of EST. Is it set to display GMT instead of its local time? I'm assuming this server is in the same datacenter as the others and in the Eastern Time Zone.
 
that is odd, as ti shows eastern time 12:28am on the server, which is correct
 
If I do a basic time output like this:

<cfoutput>#Now()#</cfoutput>

I get:

{ts '2009-02-03 05:38:38'}

If I do a similar test on a site on a different winCF, I get the proper timestamp.

Maybe it's the CF server?
 
wow odd, I can duplicate it but can't find within cf admin where timezone is set and never seen this before, when the timezone and the time are set correct. Almost like on linux it is set local but has the option to run apps in "GMT"
 
Back
Top