My Time zone is CST (Houston time), and if it's different from yours, then
Stefan is probably on the right track. --DD

-----Original Message-----
From: Stefan Bodewig [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 09, 2002 7:22 AM
To: [EMAIL PROTECTED]
Subject: Re: Problem with latest Selector patch?

On 09 Jul 2002, Stefan Bodewig <[EMAIL PROTECTED]> wrote:

> Locale?

Seems to be the case:

        DateFormat df = DateFormat.getDateTimeInstance(DateFormat.SHORT,
                                                       DateFormat.SHORT,
                                                       Locale.US);
        Date d = df.parse("11/21/2001 4:55 AM");
        System.err.println(d.getTime());

results in 1006314900000 which is nine hours different from the value
you've had (which happens to be the difference between my time zone
and some US time zone in the west AFAIK).

I agree with Bruce that it is a testcase problem (needs to get
localized properly) and not a problem of the selector - so this
shouldn't stop us from doing the release IMHO.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to