Nick Shearer
Member since Sep 22, 2011
- Profile: /members/9004-nick-shearer.htm
- Comments: 2
Recent Blog Comments By Nick Shearer
-
Working With Time Zones And Daylight Savings Time (DST) In ColdFusion And Java
Posted on Sep 22, 2011 at 7:20 PM
I was mostly using the ODBCDateTime() function as a quick way to render a date so I could see what was going on. Here's another example of how it's broken: // the day before the change timeFormat(40810.5,"hh:mm"); -> 12:00 // the day of the change timeFormat(40811.5,"hh:mm"... read more »
-
Working With Time Zones And Daylight Savings Time (DST) In ColdFusion And Java
Posted on Sep 22, 2011 at 5:13 PM
I notice there seems to be a bug with CF's converting of numeric dates to actual dates on the day DST changes. (probably a new feature in 9.01) It appears that the first time cf evaluates a numeric date on the day daylight savings starts (or ends?) it applies the DST offset to it. i.e: in NZ (dst... read more »