Here you can find the source of getTimeZone()
public static TimeZone getTimeZone()
//package com.java2s; //License from project: Open Source License import java.util.TimeZone; public class Main { private static TimeZone timeZone = null; public static TimeZone getTimeZone() { return timeZone; }/*w ww. j a v a2 s . c o m*/ }