This content has been marked as final.
Show 3 replies
-
1. Re: ColdFusion did not adjust for Daylight Savings Time change
kodemonki Nov 6, 2014 9:58 AM (in response to kodemonki)Using VMs running Windows Server 2008.
-
2. Re: ColdFusion did not adjust for Daylight Savings Time change
WolfShade Nov 6, 2014 10:22 AM (in response to kodemonki)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.
^_^
-
3. Re: ColdFusion did not adjust for Daylight Savings Time change
kodemonki Nov 6, 2014 1:08 PM (in response to kodemonki)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.

