* commit '5a44bdc828cba61aa055e2d71b3af62f39100179': Remove some pointless code.
This commit is contained in:
@@ -62,10 +62,7 @@ public class TimeUtils {
|
||||
*/
|
||||
public static TimeZone getTimeZone(int offset, boolean dst, long when, String country) {
|
||||
TimeZone best = null;
|
||||
|
||||
Resources r = Resources.getSystem();
|
||||
XmlResourceParser parser = r.getXml(com.android.internal.R.xml.time_zones_by_country);
|
||||
Date d = new Date(when);
|
||||
final Date d = new Date(when);
|
||||
|
||||
TimeZone current = TimeZone.getDefault();
|
||||
String currentName = current.getID();
|
||||
|
||||
Reference in New Issue
Block a user