Link to home
Start Free TrialLog in
Avatar of ehart12
ehart12Flag for United States of America

asked on

ColdFusion 9.0.1 Server is reporting wrong date and time

I am running the below CF tag and the web page is displaying the wrong date.  Also, when I run the Settings Summary Report in the ColdFusion Admin, it also shows the wrong date and time.

Code: dateformat(now(), "mm/dd/yyyy")
Output: 08/01/2011

The problem is that today is 07/31/2011.  There appears to be a 12 hour difference between the Windows 2008 server time and what the ColdFusion server displays.  The Windows 2008 Server is showing the correct date and time.

How do I set the correct date\time for the ColdFusion 9.01 server?

Thank you,

Eric

ASKER CERTIFIED SOLUTION
Avatar of _agx_
_agx_
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ehart12

ASKER

Thank you!
Avatar of ehart12

ASKER

Your comments and link worked perfectly!