Daylight Savings Time
We have a customer website hosted on our local server (server time is set to EST/EDT). The website's primarily focus is scheduling so we have thousands of pages of code dealing with dates and times. All our times are stored in GMT.
So, the problem we keep running into is when our local daylight savings time switches over Coldfusion thinks there is no 2am at that time. Of course, locally, there is no 2am on that date but in GMT there is...
We have written workarounds all throughout our code to avoid the problems this causes us but we are constantly adding new features and update the site so we have to continuously write fixes for this problem into our code. I want to fix the problem once and for all and not have to continue to write workarounds into our new/updated code.
Has anyone else figured out how to fix the problem without coding for it? eg: can we set the server time to GMT?
Adobe - can't this be fixed? or maybe create a setting in CF somewhere to override it?
Any suggestions are greatly appreciated.
