Commit e2553304 by sikang

update timezone

parent 68f2c56e
...@@ -203,7 +203,7 @@ public class DeviceInfo { ...@@ -203,7 +203,7 @@ public class DeviceInfo {
//时区不是印尼,true //时区不是印尼,true
String timezon = timeZone.getDisplayName(false, TimeZone.SHORT).replaceAll(" ", ""); String timezon = timeZone.getDisplayName(false, TimeZone.SHORT).replaceAll(" ", "");
if (!TextUtils.equals("GMT+07:00", timezon)) { if (!TextUtils.equals("GMT+07:00", timezon) && !TextUtils.equals("WIB", timezon)) {
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment