Re: Server Time is not the same as CF time

2001-04-03 Thread Chad Gray
Ya CF4.0, Thanks for the tip! At 01:22 PM 4/3/01 -0500, you wrote: >CF 4.0x, right? > >This is a bug in VC++ >(http://msdn.microsoft.com/visualc/headlines/2001.asp ) which expected >DST to switch over on April 8th, not April 1st. > >It will last until the 8th, when all will be better. > >The w

Re: Server Time is not the same as CF time

2001-04-03 Thread Edward Smith
CF 4.0x, right? This is a bug in VC++ (http://msdn.microsoft.com/visualc/headlines/2001.asp ) which expected DST to switch over on April 8th, not April 1st. It will last until the 8th, when all will be better. The workaround is to uncheck the "automatically sdjust clock for daylight savings tim

Server Time is not the same as CF time

2001-04-03 Thread Chad Gray
This is strange. The time on the NT 4.0 server says 9:00am. When i do a #timeformat(now(), "h:mm tt")# function in CF code i get 8:00am. Does CF Server use the clock off the NT server or does it have it's own clock? ~~ Structure your ColdFusi