Here's A Good One...

2001-04-03 Thread Robert Forsyth
Since the time change this weekend The server clock says its 5:00pm and #hour(now())# says 16. Any thoughts?? Thanks Robert Forsyth ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/b

RE: Here's A Good One...

2001-04-03 Thread Dylan Bromby
-- From: Robert Forsyth [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 2:03 PM To: CF-Talk Subject: Here's A Good One... Since the time change this weekend The server clock says its 5:00pm and #hour(now())# says 16. Any thoughts?? Th

RE: Here's A Good One...

2001-04-03 Thread Phoeun Pha
you have to tell it to display median time, not military time :P (use the timeformat function) -Original Message- From: Robert Forsyth [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 4:03 PM To: CF-Talk Subject: Here's A Good One... Since the time change this weekend...

RE: Here's A Good One...

2001-04-03 Thread Russ Conway
y, April 03, 2001 5:03 PM > To: CF-Talk > Subject: Here's A Good One... > > > Since the time change this weekend > The server clock says its 5:00pm and #hour(now())# says 16. > > Any thoughts?? Thanks > > Robert Forsyth > > > >

Re: Here's A Good One...

2001-04-03 Thread Dan Blickensderfer
k. It has to do with the msvcrt40.dll This will occur in the years of 1973, 1979, 1984, 1990, 2001, 2007, 2012, 2018, 2029, and 2035 Dan - Original Message - From: "Robert Forsyth" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, Apr

RE: Here's A Good One...

2001-04-03 Thread Dylan Bromby
that doesn't address the issue of the hour being off by 1. -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 2:08 PM To: CF-Talk Subject: RE: Here's A Good One... you have to tell it to display median time, not military time :

RE: Here's A Good One...

2001-04-03 Thread Robert Forsyth
>>double click the time to bring up the time/date console. turn off daylight >>savings. turn it back on. Nopedid not work >>if that doesn't work, try reboot. i'm not sure if this is part of your >>question, but the 16 is mil time for 4p. tried reboot too...I know 17 is 5pm and 16 is 4pm

Re: Here's A Good One...

2001-04-03 Thread David E. Crawford
17:08 Subject: RE: Here's A Good One... > you have to tell it to display median time, not military time :P > (use the timeformat function) > > -Original Message- > From: Robert Forsyth [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 03, 2001 4:03 PM > To: CF

RE: Here's A Good One...

2001-04-03 Thread Robert Forsyth
>>you have to tell it to display median time, not military time :P >>(use the timeformat function) has nothing to do with timeformatif the clock on the server says 5:32pm... #hour(now())# should return 17 not 16. Like I said this code worked fine until the time change. It seems like col

RE: Here's A Good One...

2001-04-03 Thread Phoeun Pha
oh, dude should have said 4 PM insstead of 16. hehe got me confused! -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 4:32 PM To: CF-Talk Subject: RE: Here's A Good One... that doesn't address the issue of the hour bein

RE: Here's A Good One...

2001-04-03 Thread Robert Forsyth
thanks alldisabling daylight savings time worked -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 5:32 PM To: CF-Talk Subject: RE: Here's A Good One... that doesn't address the issue of the hour being off by 1. -Origin