-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.1.3
-
x86
-
windows_nt
Name: rlT66838 Date: 07/14/97
I have witten a time class for Java. When I run it on NT it always thinks it is GMT.
Example program:
import java.util.*;
public class Foo {
public static void main(String [] args) {
TimeZone tz = TimeZone.getDefault();
System.out.println(tz.getID());
}
}
Output on UNIX:
MST
Output on NT:
GMT
======================================================================
- duplicates
-
JDK-4044013 VM not detecting host timezone correctly (was Clock is not displaying correct ti
-
- Closed
-