-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.1.3
-
x86
-
solaris_2.5.1
Name: rm29839 Date: 10/24/97
Solaris : TZ is EST-10
TimeZone tz = TimeZone.getDefault();
int offset = tz.getRawOffset();
String zone = tz.getID();
System.out.println("Time zone is " + zone + " offset " + offset);
Gives only EST - not EST-10
======================================================================
- duplicates
-
JDK-4059431 Problem with the SystemTime on a Solaris Machine (Timezone = "WET")
-
- Closed
-