import java.util.TimeZone;

public class Test {
    public static void main(String[] args) {
        TimeZone.getDefault();
    }
}

