peter
2025-08-18 0a767d862994e9da159ed97dfedbde57d8e76bd6
src/main/java/project/futures/internal/FuturesOrderLocalServiceImpl.java
@@ -82,7 +82,7 @@
      }
      DecimalFormat df_symbol = new DecimalFormat(decimals);
      df_symbol.setRoundingMode(RoundingMode.FLOOR);// 向下取整
      TimeZone timeZone = TimeZone.getTimeZone("America/New_York");
      TimeZone timeZone = TimeZone.getTimeZone("Europe/Berlin");
      SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");
      sdf.setTimeZone(timeZone);
      DecimalFormat df = new DecimalFormat("#.##");