@ -368,8 +368,9 @@ bool CPhoneDevice::QuerySystemProperties(std::map<std::string, std::string>& pro
version += std::to_string((mVersionCode % 100000) / 1000);
version += ".";
version += std::to_string(mVersionCode % 1000);
#if 0
version += " " + FormatLocalTime(mBuildTime);
#endif
it->second = version;
}
else if (it->first == PROP_PROD_DATE)