How can I get the current time zone in my Android application? I tried to use this
Calendar cal = Calendar.getInstance( userConfig.locale);
TimeZone tz = cal.getTimeZone();
But I am not getting the timezone from it. How can I display the timezone?