mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-26 21:36:13 +00:00
Initial revision
From-SVN: r102074
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import java.util.*;
|
||||
|
||||
public class SimpleTimeZoneTest
|
||||
{
|
||||
public static void main(String args[])
|
||||
{
|
||||
try {
|
||||
SimpleTimeZone gmt = new SimpleTimeZone(0, "GMT");
|
||||
System.out.println("PASSED: timezone="+gmt.toString());
|
||||
} catch (Exception e) {
|
||||
System.out.println("FAILED: "+e);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user