Commit 614fb526 by sikang

remove timeZone

parent 490fc7b7
...@@ -202,10 +202,10 @@ public class DeviceInfo { ...@@ -202,10 +202,10 @@ public class DeviceInfo {
} }
//时区不是印尼,true //时区不是印尼,true
String timezon = timeZone.getDisplayName(false, TimeZone.LONG).replaceAll(" ", ""); // String timezon = timeZone.getDisplayName(false, TimeZone.LONG).replaceAll(" ", "");
if (!(timezon.contains("GMT+07:00") || timezon.contains("WIB") || timezon.contains("Indonesia"))) { // if (!(timezon.contains("GMT+07:00") || timezon.contains("WIB") || timezon.contains("Indonesia"))) {
return true; // return true;
} // }
//地区不是印尼 true //地区不是印尼 true
if (defaultLocale != null && !defaultLocale.getCountry().equals("ID")) { if (defaultLocale != null && !defaultLocale.getCountry().equals("ID")) {
......
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