This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi,
On Sun, 2004-08-22 at 18:44, Andreas Tobler wrote:
> Mark Wielaard wrote:
> > This patch tries to solve issues PR17002
> > "java.util.TimeZone.getDefault() is broken".
>
> For the record, I applied the patch and tested it against mauve. No
> regression so far.
>
> This was done on ppc darwin7.5.0.
Thanks. Could you try something like the following to see if it gives
correct/reasonable time zone information?
public class TZ
{
public static void main(String[] args)
{
System.out.println(java.util.TimeZone.getDefault());
}
}
Cheers,
Mark
Attachment:
signature.asc
Description: This is a digitally signed message part
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |