> Its an MM eyes only thing...
> 
> They have two kinds of bugbases....one internal for managing and
tracking
> their own bugs/known issues and one which is linked for Alpha/Beta
members
> etc....
> 
> What do you need to check?

Ah, thanks. Well, I got a reply from Sean Corfield about the "CFMX
version difference" e-mail I posted a few days ago. He said:

"I checked the bugbase. It's bug #53252. I added your example as a 
'vote' for a fix and subscribed you to the bug. It's believed to be a 
difference in the 1.4.2 JVM handling of DST compared to the 1.3.1 JVM."

I was just curious as to what the info on that bug was.


===== begin old post =======
Can you run the code below on a machine with CFMX 6.0 Updater 3 and then
the same code in CFMX 6.1 and compare the differences in the output?


<cfset date = createDate(2003, 1, 28)>

<cfloop from="0" to="15" index="i">
        <cfset date = dateAdd("d", i, date)>
        <cfoutput>#dateDiff("d", createDate(1899, 12, 30),
date)#<br></cfoutput>
</cfloop>


I get different results (it drifts after about 2/3 of the way through).

Was there a change in the way 6.1 handles date/times, perhaps due to a
Java update?
===== end old post =======


-- 
Aidan Whitehall <mailto:[EMAIL PROTECTED]>
Macromedia ColdFusion Developer
Fairbanks Environmental Ltd  +44 (0)1695 51775
Queen's Awards Winner 2003 <http://www.fairbanks.co.uk/go/awards>

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to