admin
2023-01-02 954ead41d9391bca28a3cc4f9592f73f25b3bbc8
ConsoleApplication/GPUtil.h
@@ -41,5 +41,15 @@
      return in;
   }
   static bool isBeforeTradeTime() {
      //9:25-9:31
      int time = getNowSecondTime();
      bool in = false;
      if (time < 9 * 3600 + 29 * 60) {
         in = true;
      }
      return in;
   }
};