Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CF Functions And Server Time

0 views
Skip to first unread message

KennyG92LS

unread,
Mar 18, 2009, 3:49:51 PM3/18/09
to
Don't know if anyone has ever run into this or not, but any of my CF pages
which utilize the Now() function are displaying time 1 hour off.

We just went through the Spring time change, all of our Windows-based servers
have the correct time on them (they are all time sync'd), yet CF didn't seem to
pick up the time change.

I have no idea where CF is getting it's time from. It's obviously not getting
"....the current date and time of the computer running the ColdFusion server."
as stipulated in the CF documentation.

We're runnig CF MX version 6,1,0,63958

Any ideas?

Thanks in advance!

-Ken


Ian Skinner

unread,
Mar 18, 2009, 4:01:29 PM3/18/09
to
KennyG92LS wrote:
>
> I have no idea where CF is getting it's time from. It's obviously not getting
> "....the current date and time of the computer running the ColdFusion server."
> as stipulated in the CF documentation.

Actually it is, but realize that to a computer - a date time value is a
bunch of zeros and ones that are rather meaningless to most us humans.
The conversion of that computer time to a human readable form is a whole
other layer.

>
> We're runnig CF MX version 6,1,0,63958
>
> Any ideas?
>

Have you every installed the JAVA update to allow it to understand the
change in daylight savings that occurred a couple of years ago?

http://www.adobe.com/go/d2ab4470

KennyG92LS

unread,
Mar 19, 2009, 9:45:39 AM3/19/09
to
No, we weren't even aware of this update.

Many thanks, Ian!

0 new messages