Skip to main content
Inspiring
November 4, 2014
Question

ColdFusion did not adjust for Daylight Savings Time change

  • November 4, 2014
  • 2 replies
  • 541 views

Both my 8 and 11 machines did not adjust for DST over the weekend. The computer times look ok, but CF times are still an hour behind. We've restarted the server, which did not fix the problem. Any suggestions?

Thanks!

This topic has been closed for replies.

2 replies

kodemonkiAuthor
Inspiring
November 6, 2014

For some unfathomable reason, I had hardcoded in the offset for my time zone, which, of course, changes when DST changes. I am now using the beautiful CFC found here: timeZone.cfc testbed to check my info and create TZ offsets.

kodemonkiAuthor
Inspiring
November 6, 2014

Using VMs running Windows Server 2008.

WolfShade
Legend
November 6, 2014

Do you have ALL CF Server updates/hotfixes applied?  I don't _know_ that any CF updates included the new rules for DST changing; but that's the first thing I'd check, if it were my system.

What web server are you using?  Built-in, Apache, IIS?  Could there be a setting in there that might affect the DST difference?

Just off the top of my head.

^_^