Alek Davis
Member since May 26, 2009
- Profile: /members/3479-alek-davis.htm
- URL: http://alekdavis.blogspot.com
- Comments: 2
Recent Blog Comments By Alek Davis
-
Converting To GMT And From GMT In ColdFusion For Use With HTTP Time Stamps
Posted on May 26, 2009 at 1:08 PM
@Ben, I'm not sure what you meant by "Client's responsibility". Did you mean user or JavaScript code? I think it's a programmer's responsibility to convert time to local time. After all, the programmer is responsible for writing both server and client-side code. And it's not a simple problem to sol... read more »
-
Converting To GMT And From GMT In ColdFusion For Use With HTTP Time Stamps
Posted on May 26, 2009 at 12:32 PM
@Ben, I know little about ColdFusion (my specialty is ASP.NET), but I'm wondering if GetTimeZoneInfo returns the info for the web server (the documentation says that it returns the time info on the machine where it's called, so I assume this is called on the server, right?). If so, it would not rea... read more »